Difference between revisions of "BackupPC"

From Flavio's wiki
Jump to: navigation, search
(Updated)
 
Line 2: Line 2:
 
* does it support filtering? → [http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_backupfilesexclude_ $Conf{BackupFilesExclude}]
 
* does it support filtering? → [http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_backupfilesexclude_ $Conf{BackupFilesExclude}]
 
* can I "recycle" an existing full rsync backup and put it into a BackupPC pool (to avoid resending gigabytes of stuff)?
 
* can I "recycle" an existing full rsync backup and put it into a BackupPC pool (to avoid resending gigabytes of stuff)?
 +
 +
== How to configure filters on client side ==
 +
* see rsync's -F option: we need to do the same with a custom <code>.backuppc-filter</code> file, probably
 +
--filter=':- .backuppc-filter'

Latest revision as of 16:04, 1 April 2007

Questions

  • does it support filtering? → $Conf{BackupFilesExclude}
  • can I "recycle" an existing full rsync backup and put it into a BackupPC pool (to avoid resending gigabytes of stuff)?

How to configure filters on client side

  • see rsync's -F option: we need to do the same with a custom .backuppc-filter file, probably
--filter=':- .backuppc-filter'