Nelson Serafica wrote: > Can Backuppc disable the incremental backup? I only want full backup > since I created a script on the client that will archive all backups > and the Backuppc server will get the file via rsync. BackupPC_dump does a simple check on the FullPeriod and IncrPeriod (read the source), so it's fairly easy to only do full backups.
I hacked BackupPC here to get rid of incremental backups, to do full backups each night and only have the differences transfered (thus resulting in an incremental only system). It are small hacks, but it works (I hope, just modified my script to pre-fill the 'new' directory before each full backup) > I want this to be done once a week. Is this possible? > Can I schedule certain full backup to each different client? Use cron and the BackupPC-tools. -- Toni Van Remortel Linux System Engineer @ Precision Operations NV +32 3 451 92 26 - [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
