A Backup Program
The dump package contains both dump and restore. Dump examines files
in a file system, 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 file system.
- Developed at Archiving
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/dump && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
dump-0.4b43-fix-bashisms.patch | 0000001309 1.28 KB | |
dump-0.4b43-include.patch | 0000000260 260 Bytes | |
dump-0.4b46-lzo-no-return.patch | 0000000564 564 Bytes | |
dump-0.4b46-pathnames.patch | 0000001466 1.43 KB | |
dump-0.4b46-rmt-ermt.patch | 0000002110 2.06 KB | |
dump-0.4b46.tar.gz | 0000578200 565 KB | |
dump.changes | 0000011994 11.7 KB | |
dump.spec | 0000004184 4.09 KB | |
dump.test | 0000000419 419 Bytes | |
ermt.1.in | 0000011018 10.8 KB |
Revision 22 (latest revision is 26)
Dominique Leuenberger (dimstar_suse)
accepted
request 482870
from
Martin Pluskal (pluskalm)
(revision 22)
- Conform to packaging guidelines with update-alternatives - Clenaup with spec-cleaner - Update to 0.4b44 * Improve data throughput when using compression in dump by allowing multiple slaves to compress in parallel. Thanks to Phillip Susi <psusi@cfl.rr.com> for the patch. * Add dump encryption support and reorganise the whole compression/encryption code as plugins. Thanks to Bear Giles <bgiles@coyotesong.com> for the patch. * Add sqlite index support and reorganize the QFA code as plugins. Thanks to Bear Giles <bgiles@coyotesong.com> for the patch. * Lots of various build cleanups and minor bugfixes. * Use pkg-config to locate openssl dependencies to fix ermt linking. * Fix building when QFA code is disabled (Alexander Zangerl). * Fix crash with the -Q option (Alexander Zangerl). * Fix crash with legacy indexer (Alexander Zangerl). * Fix handling of the -A flag. * Fix compression enabling logic (Alexander Zangerl). * Skip unhandled fstab entries (Josef Ridky). - Add ermt (1) man page - A new version of dump have an updated make system, because of this * remove patches dump-0.4b43-configure.patch, dump-0.4b43-destdir.patch, dump-buildfix.patch * rebase patch dump-0.4b43-pathnames.patch to dump-0.4b46-pathnames.patch - Add dump-0.4b46-lzo-no-return.patch - fixing rpmlint no-return-in-nonvoid-function error in dump - Add dump-0.4b46-rmt-ermt.patch - independent rmt and ermt build, change its locations to _bindir - Cleanup spec file with spec-cleaner
Comments 0