Page 1 of 1

Limiting Rdrive

Posted: Fri Nov 20, 2009 11:16 am
by Guest
I would like to roll out rdrive to multiple workstations that then run a script that backs up the local HDD to a network drive.

This I can do with ease, and it works really well when creating a new single file every time!

However, I would like to enable differential or incremental backups so that i could potentially restore back to a certain date. This I can also do and it works well.

My issue is how do I limit the amount of space each user takes up on the network drive? I have set the Imaging mode to use backup sets, set the quota to say 10Gb and the number of sets to 1, but it just carries on backing up past 10gb and keeps going. The initial image size is 6Gb, the differentail images are around the 512mb size.

Any idea, or am I not uding it correctly?

Regards

Richard.

Re: Limiting Rdrive

Posted: Mon Nov 23, 2009 1:48 pm
by Alt
Could you post here the settings for the backup sets or send them to my e-mail?

Re: Limiting Rdrive

Posted: Tue Nov 24, 2009 7:22 am
by LionheartUK
The script generated by Rdrive is:

append /a /o -s="1:1" -a="s:\%username%.arc" -u -bs -bs-size="10000" -bs-num-b="1" -bs-num-f="5" -s-n

It runs through fine, and the backups can be restored so its working, it just seems to keep going past 10Gb and the backup set files just keep adding past 5.

Thanks for your help!

Re: Limiting Rdrive

Posted: Tue Nov 24, 2009 12:15 pm
by Alt
The problem is that you have to create two tasks: one for a full image, the other for incremental backups. See R-Drive Image -> Scheduled Actions, Command Line Operations, and Scripting -> Backup Sets.
Just enter your values.
Just remember: R-Drive Image always keeps at least one backup set for not loosing the data.