V VagaStorm Basic Pleskian Feb 1, 2006 #1 Ive split a backup file, but noe I nead to restore some files from a backup. How do I combine those files?
Ive split a backup file, but noe I nead to restore some files from a backup. How do I combine those files?
phoenixisp Silver Pleskian Feb 1, 2006 #2 From the manual - http://download1.sw-soft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-backup-restore-html/ch03.html if you are restoring from the chunked (split) dump-file execute: #cat dump.* | ./psarestore -f - to direct the listing of the files of format dump.* as the input for psarestore
From the manual - http://download1.sw-soft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-backup-restore-html/ch03.html if you are restoring from the chunked (split) dump-file execute: #cat dump.* | ./psarestore -f - to direct the listing of the files of format dump.* as the input for psarestore