convoy icon indicating copy to clipboard operation
convoy copied to clipboard

Export and Import the backup?

Open timiil opened this issue 7 years ago • 0 comments

since we can do snapshot for the volume, and then make the backup from snapshot, we can see that the backup is store into something like vfs:///home/backup in ObjectStore database. inside it we can see that there is a <BackupName>.bak file in the suddir.

now the problem is can we use some instructions move these backups from one ObjectStore to other? or just:

convoy backup export <backupUrl> <newTarName>

so we may can in other side, use this command to make a new volume from a tar file:

convoy create <newVolName> -import <tarFileName>

timiil avatar Apr 21 '17 04:04 timiil