Limiting Rdrive

Disk backup and restore, partition imaging and cloning, and drive copy using R-Drive Image.
Forum rules
Discussion on the R-Drive Image software
Guest

Limiting Rdrive

Post 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.
Alt
Site Moderator
Posts: 3814
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Limiting Rdrive

Post by Alt »

Could you post here the settings for the backup sets or send them to my e-mail?
LionheartUK

Re: Limiting Rdrive

Post 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!
Alt
Site Moderator
Posts: 3814
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Limiting Rdrive

Post 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.
Post Reply