4 Commits
Author SHA1 Message Date
Kevin McCormick afb2b924ba ssh mode: fix last snapshot tracking 2017-03-07 15:28:21 -08:00
Kevin McCormick 28c7cbc747 ssh mode: add gpg encryption support 2017-03-07 15:28:21 -08:00
Kevin McCormick 3bb83e8029 ssh mode: stage snapshots on ssh server
Turn backup-zfs into a two-step process:
1. Send snapshots to a server over SSH
2. Receive those snapshots over SSH

Supports a disconnected backup environment where the backup storage host
and the system being backed up don't have to be online at the same time.

Use case: Send snapshots from my home server to my work server while I'm
asleep, then read them over the LAN from my work server to my external
drive while I'm at work.
2017-03-07 15:24:22 -08:00
Kevin McCormick 6d906ad640 When verbose, make zfs send/recv verbose as well 2016-10-10 09:56:22 -07:00