* Added more options to server backup command: rather than just forcing
authorcbarratt <cbarratt>
Mon, 30 Mar 2009 07:09:19 +0000 (07:09 +0000)
committercbarratt <cbarratt>
Mon, 30 Mar 2009 07:09:19 +0000 (07:09 +0000)
commit1015740e2b58fc43d7cf49881f190a9612e73fff
treeea9d7c44a374633bacc0faceb14a900415a5dc28
parent2441b9094f3f6e4f2a3a4fe67781780e6f6890bd
* Added more options to server backup command: rather than just forcing
  an incremental or full backup, a regular (auto) backup can be queued
  (ie: do nothing/incr/full based on schedule), as well as doing just
  an incremental or full or nothing based on the client schedule.
  Based on patches submitted by Joe Digilio.

* Changed BackupPC_tarCreate to disable output of final nulls in
  tar archive when -l or -L option is used.  Reported by John
  Rouillard.

* Added variable substitution for host, confDir, client in
  RsyncArgs, and also added option RsyncArgsExtra to allow
  more easy customization of RsyncArgs on a per-client basis.
  Proposed (with patch) by Raman Gupta.

* Added Xfer error column to the host summary table in the CGI
  interface.  Based on patch submitted by Jan Kratochvíl.

* Added alternate freebsd-backuppc2 init.d script that is
  more compact.  Submitted by Dan Niles.
25 files changed:
CVS_README
ChangeLog
bin/BackupPC
bin/BackupPC_dump
bin/BackupPC_tarCreate
conf/config.pl
configure.pl
init.d/README
lib/BackupPC/CGI/EditConfig.pm
lib/BackupPC/CGI/Restore.pm
lib/BackupPC/CGI/Summary.pm
lib/BackupPC/Config/Meta.pm
lib/BackupPC/Lang/de.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lang/es.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lang/it.pm
lib/BackupPC/Lang/nl.pm
lib/BackupPC/Lang/pl.pm
lib/BackupPC/Lang/pt_br.pm
lib/BackupPC/Lang/zh_CN.pm
lib/BackupPC/Xfer.pm
lib/BackupPC/Xfer/Ftp.pm
lib/BackupPC/Xfer/Rsync.pm
makeDist