is the any command to restore a few accounts (e.g.: 100/1000 account split into 10 files) which the command can get the account list from that file?
is the any command to restore a few accounts (e.g.: 100/1000 account split into 10 files) which the command can get the account list from that file?
found it myself
Code:zxsuite backup doExternalRestore /mnt/zextras_backup domains mydomain.com notifications notify@mydomain.com accounts `tr '\n' ',' < /tmp/accounts.txt`
Bookmarks