Re: [BackupPC-users] Exclude and Only combo

2008-08-24 Thread Craig Barratt
Holger writes: > I also read this as "all of / except /proc, /sys, /mnt, /opt, plus > /opt/zimbra/backup". I would implement this like BackupPC does, though it's > perhaps not intuitive :-). If you are using rsync(d), that is. It won't work > with tar or smb. Excellent explanation. Craig --

Re: [BackupPC-users] Exclude and Only combo

2008-08-22 Thread Holger Parplies
Hi, Craig Barratt wrote on 2008-08-22 13:18:30 -0700 [Re: [BackupPC-users] Exclude and Only combo]: > James writes: > > > I need to back up a Zimbra mail server, but I can't get the whole thing in > > any reasonable amount of time. I want to exclude the usua

Re: [BackupPC-users] Exclude and Only combo

2008-08-22 Thread Jon Craig
I think what he is trying to achieve is a backup of everthing minus the exclude plus the specified include (which is within one of the excludes). I would take the approach of configuring two backups. One would start at root (/) and exclude using the list from above. The second backup would start

Re: [BackupPC-users] Exclude and Only combo

2008-08-22 Thread Craig Barratt
James writes: > I need to back up a Zimbra mail server, but I can't get the whole thing in > any reasonable amount of time. I want to exclude the usual stuff: > > $Conf{BackupFilesExclude} = ['/proc', '/sys', '/mnt']; > > But I also want to exclude all of /opt, except /opt/zimbra/backup. > >

[BackupPC-users] Exclude and Only combo

2008-08-22 Thread Ward... James Ward
I need to back up a Zimbra mail server, but I can't get the whole thing in any reasonable amount of time. I want to exclude the usual stuff: $Conf{BackupFilesExclude} = ['/proc', '/sys', '/mnt']; But I also want to exclude all of /opt, except /opt/zimbra/backup. Is this the right way to go