Forum archive
TKLBAM & Duplicity -- Can Duplicity be installed (apt-get) on an appliance along side TKLBAM?
Hello,
I've been reading through the forums and read a number of posts re: backups, TKLBAM, and TKLBAM's place as a system-level versus file-leve backup and restore mechanism.
TKLBAM does a fantastic job at the system level backup/restore stuff, and can technical work to restore files too from what I read, but it's not it's primary mission in life and it's not intended for that solution.
Scenario for me is: I use the file server appliances as central backup servers for my customers. With it, I have written a script that backups up all the other servers on their network (be in Windows, SQL, Linux, Proxmox VM's, etc.) to itself. (It's a pretty cool little script for what i need it to do! :-) )
Whle I intend to install rsnapshot on this central backup VM (which will give me the ability to restore files from snapshots), I need to have a reliable TRUE backup mechanism for the data I rsync to this box. I would like to use Duplicity to backup the /svr/storage folder (where I rsync all my backups from my other servers) so that I can restore at a file level.
(I hope I'm explaining this correct, so far.)
So my question is this: Can I install (using apt-get install) Duplicity on the Fileserver appliance, even though TKLBAM is on there and hooks into Duplicty somehow? Turnkey doesn't seem to think Duplicity is already installed, but, I don't know if I do an 'apt-get install duplicity' if that will break TKLBAM or if there are other negative side effects that I am not aware of. I am really hoping I can have TKLBAM and Duplicity live on the same VM at the same time, all in harmony, as that will be the perfect solution for my problem.
On a side note-- I can't use TKLBAM on EC2 to backup/restore a fle by 1) launching a VM on AWS 2) restoring backup from TKLBAM console 3) recovering file 4) destroying instance. This would be an acceptable solution to me IF i could get the appliance backed up in it's entirety (to Amazon) but, because of the volume of data (plus slow broadband links at customers), I can not backup to AWS (and in fact, exclude /svr/storage in the /etc/tklbam/overrides file to allow for at least system level backups to AWS.)
Any feedback or direction would be GREATLY appreciated, thank you!
I'm certainly no server guru or anything but I can't see why you couldn't...
It isn't quite the same one as in the package manager, actually it's a slightly modified version of the Wheezy package. Have a look at the tklbam-duplicity commit history...
Obviously it's still worthy of testing though! The thing I'd be most interested in testing is if you try to run your backup while TKLBAM is running too...