On 06/06 12:25 , Федорищев Игорь Николаевич wrote: > I want to backup some host incrementally every night but launch full backup > every saturday only! > > What config do I need to have in host configuration section?
Best thing to do is force a full backup every week with a cron job. Put an entry in /etc/crontab like so: 05 12 * * 6 backuppc /usr/share/backuppc/bin/BackupPC_serverMesg backup host.example.com host.example.com backuppc 1 And it will tell the backuppc server to run a full backup at 0512 on Saturday. (Obviously, it should all be on one line and you should modify the time and hostname for your needs). -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ 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/
