Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
dump: Programs for backing up and restoring ext2/ext3 filesystems.
- Summary
- The dump package contains both dump and restore. Dump examines files
in a filesystem, determines which ones need to be backed up, and
copies those files to a specified disk, tape, or other storage medium.
The restore command performs the inverse function of dump; it can
restore a full backup of a filesystem. Subsequent incremental backups
can then be layered on top of the full backup. Single files and
directory subtrees may also be restored from full or partial backups.
Install dump if you need a system for both backing up filesystems and
restoring filesystems after backups.
Changelog
- * Tue May 18 19:00:00 2010 Adam Tkac <atkac redhat com> 0.4b39-5
- restore: don't segfault when restoring incremental backup (#557026)
- restore: don't try set EAs when -N is specified (#568457)
- * Wed Feb 10 18:00:00 2010 Adam Tkac <atkac redhat com> 0.4b39-4
- restore files from multivol backup correctly
- create QFA (Quick File Access) index file correctly
- * Mon Jul 18 19:00:00 2005 Jindrich Novy <jnovy{%}redhat{*}com> 0.4b39-3.EL4.2
- apply patch to fix restoration of ACLs and endianess problems
(patch ported from dump-0.4b40, #159617)