On 02/29 05:06 , deblike wrote: > I'm kinda stuck on this too, I need to run backups on a fixed schedule, > let's say 02:00 AM every day, but I'm failing to see how to achieve > this. > Any clue?
put this in /etc/crontab: 00 02 * * * backuppc /usr/share/backuppc/bin/BackupPC_serverMesg backup host.domain.tld host.domain.tld backuppc 1 the '1' is for a full backup; a '0' would do an incremental. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. 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/
