Backup Schedules and Rolling Backups

4 posts / 0 new
Last post
#1 Thu, 12/15/2005 - 10:44
ChrisBlackwell

Backup Schedules and Rolling Backups

Anyone know if its possible to create seperate backup schedules for domains, ie per-domain backup schedules?

And i'm trying to figure out how to setup a rolling backup for a couple of domains, with a daily backups kept for 7 days so its possible to roll back changes if required.

Any one got any advice on how to do this?

Thu, 12/15/2005 - 16:19
ADobkin

I asked a similar question a few months ago on the Webmin-L list. Here is the thread from the archives:

http://sourceforge.net/mailarchive/forum.php?thread_id=8348936&forum...

Basically, the solution is to use the strftime-style time substitutions on the file or directory names and then create a cron job to remove any backups older than 7 days.

As far as creating separate schedules per domain, I don't believe this is currently possible unless you were to write your own script using the API.

Tue, 12/20/2005 - 09:16
ChrisBlackwell

I've found a simple way of doing this. If you check the strftime replacement option, and use %u in the directory path then that gets sub'd with the ordinal day of the week, so this will obviously give you a rolling weekly backup

Tue, 12/20/2005 - 09:33 (Reply to #3)
ADobkin

Beautiful, I like it! This should definitely be added to the docs. Joe? I will also append it to[A HRef="http://www.virtualmin.com/bug-tracker/bug?bug%5fnumber=171">Bug #171</A> to request it be added to the help text, since I recently opened this bug for a related issue.

Topic locked