After reading the previous example, it should not be a problem for you to understand how to configure multiple source directories (see example 2) and how to configure cross linking between to backup (see examples 3 and 4). I now assume, that you generate a configuration file with
# storeBackup.pl -g stbu.conf
lateLinks = yes lateCompress = yes doNotDelete = yesIf you have a high bandwidth, there is no need to set lateCompress to yes. Because of doNotDelete = yes you will not have to wait for the deletion of old backups.
storeBackupUpdateBackup.pl -f stbu.conf -b <backupDirDir> \
-l /tmp/stbuUpdate.log
Where you have to set backupDirDir in the command above to the
same location you specified in the configuration file of
storeBackup.pl. If it's the same path on the client and on the
server, you don't have to overwrite it (you don't have to specify it
on the command line of storeBackupUpdateBackup.pl). (You can read
more about configuration files and command line options in
section 5.1.)
storeBackupDel.pl -f <cf1> -b <backupDirDir> \
--unset doNotDelete
This will overwrite (unset) also the doNotDelete flag in the
configuration file.
You can also make the very first backup with the lateLinks option set. Naturally, you have to run storeBackupUpdateBackup.pl to get a complete backup.