Craig Barratt schreef:
> This sounds like a problem specific to rsync restores that was fixed
> some time ago.
>
> What version of BackupPC are you running?
>
Ubuntu release 3.0. I haven't upgraded to 3.1 because I prefer to stick
to the repository, unless it can't be avoided.
Erik
--
Erik writes:
> I recently did a large restore, 25Gb in 177 minutes. At a first
> glance it seemed to have succeeded, but now I find that in some
> directories files have been misplaced. I am restoring from one
> windows client to another using rsyncd.
This sounds like a problem specific to rsync
Jesus writes:
> NT_STATUS_ACCESS_DENIED is not reported, why?
When this error happens at the top-level share it is considered
a fatal error, so it doesn't increment the Xfer error count.
Just to confirm: is the backup complete (ie: are there any other
files or directories that should be backed u
Les writes:
> i usually achieve this via a perl one-liner like below.
>
> perl -pi -e "s|$Conf{CgiAdminUsers} =
> ''|$Conf{CgiAdminUsers} = 'root administrator'|g"
> /etc/BackupPC/config.pl
> perl -pi -e "s|$Conf{CgiAdminUserGroup} =''|$Conf{CgiAdminUserGroup}
> = 'administrators'|g"
Alexander writes:
> >#
> ># Version 3.1.0beta0, 3 Sep 2007
> >#
> >* Made the default charset for BackupPC_zipCreate cp1252, which
> > appears to work co
John writes:
> I am using BackupPC-3.1.0 and I want to back up a share using the
> following exclusion patterns under rsync:
>
> + */
> + */Maildir/**
> - *
>
> basically I want to include any directory tree starting with the
> directory Maildir one level below the root of the transfer: sp