Open valodiadeseynes opened 4 months ago
I do exactly this. On Server C I execute something like:
btrbk --progress archive <server-b-ip>:/btrbk-backups $LOCAL_TARGET_DIR/btrbk-backups
One issue with this is that it will transfer snapshots from Server B but will not replicate snapshot removals -- i.e. if there is a retention policy on Server B, you have to implement that again on Server C by passing a config file for the purpose:
btrbk --config=server-b-archive.config --progress archive <server-b-ip>:/btrbk-backups $LOCAL_TARGET_DIR/btrbk-backups
Hi,
This issue may be related to #560 .
Let's say we have three servers : A, B and C. Server A is production and has its btrfs pool on /mnt/data. Server B uses btrbk to backup subvolume /mnt/data/production from Server A via SSH as per example "Fileserver-initiated Backups from Several Hosts".
Can btrbk be used on Server C to copy the backups from Server B ?
As I understand in the man pages I could run the manual command :
btrbk archive source destination
Although it doesn't seem to work if either source or destination is fetched via SSH :