Sorry if I'm jumping into this late but I'd be remiss if I didn't throw restic into the mix. Simple, SECURE and flexible backups with multiple target options (local, cloud, etc). Fully configurable as to retention. I run it as a userland systemd scheduled job on my systems, backing up locally and to the cloud with different retention policies for each repository.
Great article I wish existed when I was hacking this together 😉 https://fedoramagazine.org/automate-backups-with-restic-and-systemd/ Project website:https://restic.net/ Design & Security information: https://restic.readthedocs.io/en/latest/100_references.html Kindest Regards, --Tim --- Timothy M. Lyons, CISSP [email protected] +1-978-309-9595 This message contains confidential information and is intended only for the individual(s) named. It may also be privileged or otherwise protected by work product immunity or other legal rules. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. ________________________________ From: Discuss <[email protected]> on behalf of Derek Atkins <[email protected]> Sent: Monday, August 19, 2019 08:43 To: Eric Chadbourne <[email protected]> Cc: BLU <[email protected]> Subject: Re: [Discuss] full disk backups Eric Chadbourne <[email protected]> writes: >> 2. rsync >> pro: reasonably simple, restartable, more efficient than dd >> con: lots of small files make it slow >> >> 3. rsnapshot >> pro: reasonably simple, enforces cron usage, built on rsync, >> multiple snapshots possible >> con: same as rsync, plus multiple snapshots can make things >> messy There is also a system called "rdiff-backup" which is sort of like rsnapshot but different. Let's you set up which directories or files get backed up. Always gives you a "current full image" with incrementals back as far as you want to go. FWIW, this is what I use to backup my servers. -derek -- Derek Atkins 617-623-3745 [email protected] www.ihtfp.com<http://www.ihtfp.com> Computer and Internet Security Consultant _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
