|
Back up and restore ext2/3 filesystems
- Does not work with other filesystems
- dump should only be used on unmounted filesystems or filesystems that are read-only.
Can do full or incremental backups
Examples:
- dump -0u -f /dev/nst0 /dev/hda2
- restore -rf /dev/nst0
|