* Do not dump the quota and orphan hidden inodes.
* When a dump has more than 31 volumes, report all the volumes read
rather than stopping at 31.
* add --use-blockdev-for-dumpdates to revert to old behaviour where
blockdev is always written to dumpdates. Improve fstab filtering so
that bind mounts can be dumped.
* Relax the restriction of incremental dumping of subdirectories and
updating of the dumpdates file where --use-blockdev-for-dumpdates is
not being used.
* Add --no-set-curr-dir-perms which bypasses the question about setting
permissions on . when restoring.
* For full changelog see NEWS file
- Disable werror which was enabled by default but causes build errors
- Remove update-alternatives, conflict with rmt instead and symlink ermt
to rmt (bsc#1245893)
- Refresh dump-0.4b46-rmt-ermt.patch
- Drop dump-0.4b43-include.patch, no longer needed
- Downgrade rmt and mt Recommends to Suggests. It's better to not install
these by default in order to avoid user confusion with conflicts with
other packages providing rmt such as tar-rmt (bsc#1244396)
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=31
- Update to 0.4b49:
* Reworking of regression tests and test harness
* Import some patches from the Debian package.
* restore -N should never change the fs. Fixes#154
* Support outputting list of files from restore -t with '\0' separator
(Patch from debian bug 703564 by Heiko Schlittermann)
* Fix reading of QFA file when listing tape.
* Support restoring to filesystems with a blocksize that isn't a multiple
of TP_BSIZE (debian bug 995992). This is a different fix to the one
currently in debian. The advantage of using a common multiple, if
available, is that every FS block will only be written to once.
Fixed an issue where the alignment between blocksize and writing pos
becomes misaligned when a sparse hole doesn't occupy a full fs block
(happens when restoring to a FS with a different, larger blocksize than
the one the dump was taken on.
* Numerous other minor patches from the Debian package
* Don't read off end of buffer when restoring symlinks
* Fix some weirdness around dumping a subdirectory. Do not include the
inodes for all of the items in the subdirectories - which then give a
restore error "inode not found on tape"
* Fix EA problem when EAs blocks are read immediately before a tape change.
* Allow compressed dumps to work when -b blocksize setting is the maximum
a tape drive supports.
* Remove code added for building on systems other than __linux__
* Major reworking of how reading from disk and tape works. Dump now
supports writing a compressed dump to a file and then writing that to
tape. There is now only one "read" function. We do not have separate
functions for reading tapes, files, compressed tapes, compressed files.
* Improve the efficiency of TS_ADDR (and TS_INODE) record for
representing larger files. A single TS_ADDR record can now represent up
OBS-URL: https://build.opensuse.org/request/show/1231755
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=29
- 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
OBS-URL: https://build.opensuse.org/request/show/482870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=22