You are not logged in.
Pages: 1
Hi,
I am a bit confused about "backup-point" and "remote-XSIpath" Are these two the same? Previously, in the older version, there was no remote-XSIpath.
Thanks!
"/vmfs/volumes/XYZDataStore/xsi-dir/xsibackup" \
--backup-prog=XSITools:z \
--certify-backup=yes \
--backup-point=/vmfs/volumes/ABCNFS/$( date +%Y%m'00000000' ) \
--backup-type=Running \
--backup-how=Hot \
--remote-xsipath=/vmfs/volumes/XYZDataStore/xsi-dir \
Offline
No, they are not the same.
[b]--backup-point[/b] is the path (local or remote) where your VMs will be copied to, whereas [b]--remote-xsipath[/b] is the path where XSIBackup will be automatically copied when performing remote over IP backups, as it needs some binaries and files present in the other end to be able to transfer your .vmdk files over an IP link.
Offline
Pages: 1