S
swebs
Guest
I run a full backup every night using the following command:
/usr/local/psa/bin/psadump --nostop --nostop-domain -f /home/backup/nightly -z &> /home/backup/nightly.log
based on this full backup(100 clients/domains) what command would I need to run to just restore 1 client/domain from within this backup?
and can I just take this full backup to another machine and do the single domain/client restore to get that 1 client on the new machine?
Thanks in advance.
/usr/local/psa/bin/psadump --nostop --nostop-domain -f /home/backup/nightly -z &> /home/backup/nightly.log
based on this full backup(100 clients/domains) what command would I need to run to just restore 1 client/domain from within this backup?
and can I just take this full backup to another machine and do the single domain/client restore to get that 1 client on the new machine?
Thanks in advance.