Export backups
- The following command will export 3 backups (pits) from the archive (Archive 1) located in D:\Backups to the new archive (Archive 2) on the FTP server (Server22/Vault3):
trueimagecmd /export /vault:D:\Backups /arc:”Archive 1″ /include_pits:2,4,5 /target_vault:ftp://Server22/Vault3 /target_arc:”Archive 2″ /ftp_user:”user” /ftp_password:”password” /progress:on
- The following command will export 2 backups (pits) from the archive (Archive 1) located in managed vault “Vault1″ to the new archive (Archive 2) on the network share (Server15\Backups):
trueimagecmd /export /vault:bsp://StorageNode/Vault1 /arc:”Archive 1″ /include_pits:2,3 /net_src_user:”user” /net_src_password:”password” /target_vault:\\Server15\Backups\ /target_arc:”Archive 2″ /net_user:”user” /net_password:”password” /progress:on
|