Page 1 of 1

Scheduling mixture of daily and weekly backups

Posted: Mon Jan 26, 2009 3:21 am
by traycer
I'm not entirely sure how backup images vs backup sets work, and their relation to the task scheduler. Here is what I would like to do, which I think is pretty simple:
  • create a new full backup of the boot drive every Monday morning at 6:00 am
  • create a new incremental backup of the boot drive every Tue, Wed, Thu, Fri, Sat and Sun morning at 6:00 am
  • keep the most recent 14 days of daily backups
  • keep the most recent 12 weeks of full backups
This effectively gives me daily snapshots for the most recent 14 days, and weekly snapshots for the most recent 3 months. How can I configure backup sets and the scheduler to achieve this?

Re: Scheduling mixture of daily and weekly backups

Posted: Tue Jan 27, 2009 12:03 pm
by Alt
My suggestion: You may use not only the R-Drive Image built-in scheduler, but also some .bat files with system commands like copy, del, etc. You may specify them on the Backup options panel.

Re: Scheduling mixture of daily and weekly backups

Posted: Thu Jan 29, 2009 1:35 am
by traycer
I've been using Bourne shell scripts (under cygwin) to help out with certain tasks. Does R-Drive Image pass any sort of command line arguments to the supplied programs or batch files (e.g., filename of the backup set) to help them along? Or do I need to hardcode that information into the script?

Re: Scheduling mixture of daily and weekly backups

Posted: Fri Jan 30, 2009 5:21 pm
by Alt
Yes it passes, although you need to close them in "".
If you want to use .bat files, you need to use cmd.exe /c before the bat files.
R-Drive Image sets its own environment parameters. See R-Drive Image Help -> Technical Information -> Creating Consistent Point-in-Time Backups.