From 4d36e64a407e3573dea765ac2a9093e38adf326c Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 29 Jan 2011 14:07:02 +0100 Subject: [PATCH] document required global /etc/BackupPC/config.pl options --- README.ASA | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.ASA b/README.ASA index b49aa2a..f762f57 100644 --- a/README.ASA +++ b/README.ASA @@ -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 -- 2.20.1