Well, it seems that today is a real productive day for backup-manager !
I´ve released a new version of my backup tool to support the --conffile new option which was suggested by Michael. This new option allow you to specify different configuration files to backup-manager so that you can launch several instances of it simultaneously.
This new option required to rewrite the locking system which was global.
With this release, thanks to the new locking system, you can laucnh one backup-manager process per conffile you use.
This is pretty cool, it allows us to make really tricky things like that :
# backup-manager --conffile /etc/backup-manager-some-zip-rules &
# backup-manager --conffile /etc/backup-manager-some-tarballz-rules &
# backup-manager --conffile /etc/backup-manager-huge-archives-rules &
# backup-manager --conffile /etc/backup-manager-system-archives-rules &
We can also imagine a cronjob that will launch daily backup-manager with each /home/user/.backup-manager found to allow user to run their own backup rules
Here is the full changelog for the 0.5.0 release :
backup-manager (0.5.0-1)
- removed hard-coded path to the conffile to be more flexible.
- Added the –conffile option for giving to backup-manager an alternate
configuration file.
- Adding the facility of handling multiple occurences of backup-manager
to allow one backup-manager process per diffrent conffile used (locking
system enhanced).
- New command line parsing system which is smarter than before and more
flexible.
Jump to my personal repository or use my source list for the new deb 