On 05/12 01:16 , Marcos Lorenzo de Santiago wrote:
> I have some hardcoded incremental backups via cron.d:
> 
> <command>
> su backuppc -c "/usr/share/backuppc/bin/BackupPC_dump -i server1"
> </command>

Rather than use BackupPC_dump, use BackupPC_serverMesg.

Here's a crontab example. a '1' means do a full backup; a '0' would mean
incremental. This particular example goes off once a year.

00 05 7 9 * backuppc /usr/share/backuppc/bin/BackupPC_serverMesg backup 
host.example.tld host.example.tld backuppc 1


-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
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/

Reply via email to