I wish to create an off-site backup for my critical files and I'm looking for suggestions.
I've read a few posts (http://forum.openwrt.org/viewtopic.php?pid=50682) about this topic but am not aware of what backup programs/methods are available for OpenWRT. What options are there?
I already have two WRTSL54GS units, one of which is working well as an OpenVPN server and router for my LAN, the other of which will be off-site with a 320 GB hard drive attached to it. I wish for the remote WRTSL54GS to open a VPN connection to my LAN and grab a prepared/compressed differential backup file from a Windows XP file server and a Linux webserver.
At the end of the week, I want another nightly "differential" backup to occur but this time, I want all of the differential backups from the week to be combined, in sequential order, with whatever "full-backup" copy is in the drive, thus creating a new "full-backup" of the file server. I haven't decided how I want files to be deleted off of the off-site backup drive (yet) although I think I will have them be moved to a "deleted files" directory and stored there until I manually delete them or a specified period of time has passed (like a month or something).
Finally, I'm not sure if leaving the remote hard drive running all of the time is required. Is there any way to put a disk to sleep and then wake it up when needed (I've read about this too and seem to think the answer is "no," but perhaps someone knows better)?
Some of these tasks could be easily accomplished by CRON, wget, and SAMBA (client) but I'm sure someone has some good ideas on how I could do this. Any input would be greatly appreciated.