User Tools

Site Tools


docs:tips_n_tricks:dump_restore.html

This is an old revision of the document!


dump and restore

restore

How to use restore in batch mode:

mkdir /tmp/recover
cd /tmp/recover
restore -x -o -X /tmp/files_to_restore.txt -a  \
-f /backup/full.bzdump  \
-f /backup/lev1.bzdump  \
-f /backup/lev2.bzdump  \
-f /backup/lev3.bzdump  \
-f /backup/lev4.bzdump  \
-f /backup/lev5.bzdump  \
-f /backup/lev6.bzdump  \
-f /backup/lev7.bzdump  \
-f /backup/lev8.bzdump  \
-f /backup/lev9.bzdump

Ommit the files of levels that do not exist ;-)

Backup Linux restore dump

docs/tips_n_tricks/dump_restore.html.1345214759.txt.gz · Last modified: 17.08.2012 16:45 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki