Re: [BackupPC-users] Restore problem

2007-12-21 Thread Erik van Linstee
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 --

Re: [BackupPC-users] Restore problem

2007-12-21 Thread Craig Barratt
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

Re: [BackupPC-users] SMB protocol and error report

2007-12-21 Thread Craig Barratt
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

Re: [BackupPC-users] automated setting of certain parameters in config.pl

2007-12-21 Thread Craig Barratt
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"

Re: [BackupPC-users] BackupPC_zipCreate and charset for encoding file names

2007-12-21 Thread Craig Barratt
Alexander writes: > ># > ># Version 3.1.0beta0, 3 Sep 2007 > ># > >* Made the default charset for BackupPC_zipCreate cp1252, which > > appears to work co

Re: [BackupPC-users] Using BackupOnly for rsync file specs leads to strange debug output

2007-12-21 Thread Craig Barratt
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