Follow the below steps to backup your Linux servers to the IBackup Express device
$ idevsutil --xml-output --express --enc-opt --pvt-key=<key file path> --files-from=<path of filelist file> --device-path=<portable device root path> / <username>@<server address>::home/<portable device root path>
--pvt-key parameter is optional and is not required if your account is configured with "default encryption key".
$ idevsutil --xml-output --express --enc-opt --pvt-key=enc_key --files-from=filelist.txt --device-path=/mount1/ / john@<server address>::home/mount1/
$ idevsutil --xml-output --express --enc-opt --pvt-key=<key file path> --files-from=<path of filelist file> --device-path=<portable device root path> <username>@<server address>::home/<portable device root path>/ /<restore location in your computer>/
--files-from==<path of filelist file> : Reads the list of file(s) / folder(s) path names that you wish to restore from your portable device.
--pvt-key parameter is optional and is not required if your account is configured with "default encryption key".
To start restore, open a notepad, write / in the filelist and save the file.
Exampl: 'filelist.txt' content
$ idevsutil --xml-output --express --enc-opt --pvt-key=enc_key --device-path=/mount1/ --files-from=filelist.txt john@<server address>::home/mount1/ /download_path/
For further assistance contact our support team.
© Pro Softnet Corporation.