[Box Backup] more than one backup location

Andreas Schrafl boxbackup@fluffy.co.uk
Mon, 07 Jun 2004 03:02:37 +0200


Is this the correct way to backup multiple locations?
There must be something wrong because I used this with a sync and it 
didn't backup anything except var-www. Thing is I added the rest later 
but that should not matter.

BackupLocations
    {
      var-www
      {
        Path = /var/www
      }
      var-qmail
      {
        Path = /var/qmail
        ExcludeDir = /var/qmail/queue
      }
      etc
      {
        Path = /etc
      }
      home
      {
        Path = /home
      }
    }

Thanks for any help and advice
andy