emersion / bups

Simple GUI for Bup, a very efficient backup system.
MIT License
95 stars 8 forks source link

More control over backup interval #5

Open emersion opened 9 years ago

emersion commented 9 years ago

Be able to backup each 2 hours, each month, etc...

Don't know exactly how to implement this (e.g. the UI).

jakschu commented 9 years ago

That would be great!

ejmvar commented 9 years ago

I'm using a couple of bash scripts and crontabs to reach (more or less) my scheduling needs. From UI point of view, I think webmin cron configuration is a good reference start point. Congratulations for this good job.