You are not logged in.
Pages: 1
Hello,
i want to restore an Backup for a test, but in step "restore a local backup"
i also get this information:
"select some folder under the root of a repository"
how can i fix this?
thanks
Offline
The general structure of a backup repository is:
-repo-root
-.xsitools
|-data
|-data/.blocklog
|-20230720010101
|-20230720020202
|-20230720030303
|-20230720010101
|-20230720010101/VM1
|-20230720010101/VM2
|-20230720010101/VM3
The source of a restore command must be some VM folder, for example.
xsibackup --restore /backup-volume/repo-root/20230720010101/VM1 /vmfs/volumes/datastore1/restores/VM1
Offline
Pages: 1