[Box Backup] multiple Path and/or ExcludeDir

boxbackup@fluffy.co.uk boxbackup@fluffy.co.uk
Wed, 1 Sep 2004 22:46:14 +0200


On Tue, Aug 31, 2004 at 07:31:09PM +0100, Ben Summers wrote:
 
> I recommend you create separate entries for each directory within the 
> root directory that you want to back up. You really do not want to have 
> mount points within these directories, which you do at the moment.

Hello Ben,

Finally I changed configuration to this:

BackupLocations
{
        bin
        {
                Path = /bin
        }
        boot
        {
                Path = /boot
        }
        dev
        {
                Path = /dev
        }
        etc
        {
		Path = /etc
		ExcludeFile = /etc/box/bbackupd/xxxxx-FileEncKeys.raw
        }
        home
        {
                Path = /home
        }
        root
        {
                Path = /root
        }
        sbin
        {
                Path = /sbin
        }
        users
        {
                Path = /other
        }
        usr
        {
		Path = /usr
        }
        var
        {
                Path = /var
        }
}

Working perfectly. Thanks your advice!

Have a nice day!
Amily