document required global /etc/BackupPC/config.pl options
[BackupPC.git] / README.ASA
index b49aa2a..f762f57 100644 (file)
@@ -9,13 +9,27 @@ This is implemented using archive host feature using _search_archive.pl configur
 file in /etc/BackupPC/pc/_search_archive.pl
 
 
+
+There are two global options which had to be set for all hosts:
+
+#
+# /etc/BackupPC/config.pl
+#
+
+# invoke archive of dump - ASA extension DumpPostCmd was too early
+$Conf{DumpPostFinishCmd} = '/srv/BackupPC/bin/BackupPC_ASA_ArchiveStart _search_archive backuppc $host';
+
+# dump only incremental changes in tars not whole content - ASA extension
+$Conf{TarCreateIncremental} = 1;
+
+
+
 You can manually trigger all pending backups using:
 
        BackupPC_ASA_ArchiveStart _search_archive backuppc
 
 This will start archive host _search_archive which will run it's configuration:
 
-
 #
 # /etc/BackupPC/pc/_search_archive.pl
 #
@@ -30,9 +44,6 @@ $Conf{ArchiveDest} = '/data/BackupPC/_search_archive';
 $Conf{ArchiveComp} = 'gzip';
 $Conf{CompressLevel} = 9;
 
-# dump only incremental changes in tars not whole content - ASA extension
-# XXX this option must be global in /etc/BackupPC/config.pl
-$Conf{TarCreateIncremental} = 1;
 
 # archive media size (in bytes) 4.2Gb for DVD
 #$Conf{ArchiveMediaSize} = 4200 * 1024 * 1024; # DVD