ok ok, i know google is my friend.

i found this in case anyone else is in need of this information
if i put this in cron it will run at 11pm on the last day of the
month.  this command just runs nightly at 11pm and if tomorrow is
equal to 1, then run a command.  if i put the command line statement
to run a full backup in there it would run exactly when i wanted it
too.

0 23 * * * if [ `/usr/local/bin/date +%d -d tomorrow` = 01 ] ; then
your_command ; fi

does anyone have any better ideas?  i need to have a backup available
for quite a long time and it needs to be at a specific time on a
specific day(the last day of the month.

also, what is the command to tell backuppc to run a full backup?




On Nov 9, 2007 12:25 PM, dan <[EMAIL PROTECTED]> wrote:
> anyone know how many levels of incrementals can be used?
>
> im thinking of manually scheduling( via cron ) monthly backups and just 
> having the scheduler do incrementals up to 32, also changing the "FullPeriod" 
> to 32 so that no automatic full backups are done, and that i have a full 
> backup on a very specific day.
>
> what brings this question on is that sometimes im asked to restore the data 
> from 'march' for instance and i need a backup that was done after business 
> ends on march 31.  backuppc wants to do them on a weekly basis, which does 
> not line up with months very well.
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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