----- Исходное сообщение ----- От: "Carl Wilhelm Soderstrom" <[email protected]> Кому: "General list for user discussion, questions and support" <[email protected]> Отправленные: Четверг, 6 Июнь 2013 г 13:47:40 Тема: Re: [BackupPC-users] Only saturday full backup
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). -- Ok, thanks. I added crontab entry to saturday full backup with appropriate changes. And full period in admin interface is set to 6.97. -- Федорищев И.Н. программист, отдел телекоммуникаций БелГУ тел. 4111 ------------------------------------------------------------------------------ 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/
