Changes between Version 6 and Version 7 of Documentation/Community/HowTo/ThePerfectEboxSetup/BackupRestore
- Timestamp:
- 05/21/09 11:25:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Community/HowTo/ThePerfectEboxSetup/BackupRestore
v6 v7 44 44 }}} 45 45 46 The rescude mode mounted ''/boot'' under ''/target'' so let's clean this directory and move the restored contents there: 47 48 {{{ 49 % rm -fr /target/* 50 % mv /mnt/ebox/boot/* /target/* 51 }}} 52 46 53 Umount everything and exit (but after umounting the ''/var'' partition and before the ''root'' we have to create ''var/run'' and ''var/lock'' to prevent some fails on Ubuntu start up): 47 54