On 03/28 01:58 , Khaled Hussain wrote: > Is it possible to configure backupPC to run full backups on Saturdays > throughout the day, and even on Sundays?
set up a cron job like this: 00 18 * * 6 backuppc /usr/share/backuppc/bin/BackupPC_serverMesg backup server.example.com server.example.com backuppc 1 this will send a message to the backup server to set off a full backup at the specified time. (If I got the syntax correct). -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
