You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
ERROR: Bad argument: not a subvolume declaration: ssh://serverb/mysnapshots
The text was updated successfully, but these errors were encountered:
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:
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 :
The text was updated successfully, but these errors were encountered: