This maybe not useful to you - if you are not using Btrfs

If you use btrfs - I found it great/fast to make and transfer (send/receive)
btrfs snapshots. It is way more "incremental" and faster than rsync, can have a
lot of snapshots without costing disk space/performance and the snapshots all
just look and behave like separate disk/volume copies.

In fact, I create hourly snapshots on the running system - then keep and
backup/send the last one. I keep one week worth of daily snaphots, one moth of
weeklies and 3 monthlies.

I really only care about data backups and stagger them on multiple targets.

I consider local OS disks - best effort only. Instead I maintain tested
automated builds - rebuilding a system is probably faster than restoring it
anyway.

I personally do not use any backup SW as it really is one command line to create
and send snapshot. If I would be interested in backup SW - I'd probably use
Btrbk https://github.com/digint/btrbk available in many linux distros.

For anything else, I use rsync.

Tomas


On Mon, 2019-09-09 at 14:48 -0700, Rich Shepard wrote:
> I think the last piece to be installed and running on my new desktop
> server/workstation is backup software. I've used dirvish for at least 9 years
> (the date on /usr/sbin/dirvish is Nov 9, 2010) and it's worked just fine
> while I've never needed a bare metal restoration. It runs every day at 00:30
> via a cron job.
> 
> A web search finds many "best backup software for linux" pages and the lists
> I've scanned all mention rsync and bacula while the tend to differ in the
> rest of their choices (no dirvish I noticed). I'm considering changing from
> dirvish to something else since this is a new desktop and empty external 2T
> Hitachi hard drive. I've no objections to command line tools; I use many
> every day. Whatever will be used must run in the background from root's
> crontab.
> 
> Many of you are professional system and network admins and are much more
> current and knowledgeable than I in the world of backup hardware so I ask
> you to share your expertise and opinions with me.
> 
> Regards,
> 
> Rich
> 
> _______________________________________________
> PLUG mailing list
> PLUG@pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to