Package Details: dump 0.4b47-1

Git Clone URL: https://aur.archlinux.org/dump.git (read-only, click to copy)
Package Base: dump
Description: Dump/Restore ext2/3/4 filesystem backup
Upstream URL: http://dump.sourceforge.net
Keywords: backup dump filesystem restore
Licenses: BSD
Submitter: Snowman
Maintainer: None
Last Packager: 0b100100
Votes: 28
Popularity: 0.000000
First Submitted: 2007-11-27 02:16 (UTC)
Last Updated: 2021-12-28 22:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

pbor commented on 2015-01-19 10:52 (UTC)

fukawi2, you need to use the following line to apply that patch: patch -p0 < "$srcdir"/restore-rmdir.patch" Without '-p0' option, patch looks for restore.c file in current directory. By providing -p0 option, you tell patch to use full path to restore.c (restore/restore.c).

fukawi2 commented on 2015-01-19 00:06 (UTC)

Given that this could lead to data loss, I'm inclined to apply the patch, however I appear to be doing something stupid and the patch will not apply? http://pastebin.com/kdsVAn5i I've added this command to the PKGBUILD: patch < "$srcdir"/restore-rmdir.patch

lute_blitz commented on 2015-01-17 03:06 (UTC)

A bug in restore in version 0.43 and 0.44 prevents recovery of incremental backups when a directory is deleted. A patch is given by a user in the notes on the bug report: http://sourceforge.net/p/dump/bugs/157/ Debian is using that fix, can't find any other distro patching it though.

fukawi2 commented on 2014-09-02 09:27 (UTC)

Thanks, PKGBUILD updated.

barius commented on 2014-08-28 03:52 (UTC)

Build dep pkgconfig is replaced by pkg-config.

ghen commented on 2014-08-03 12:24 (UTC)

Thanks!

fukawi2 commented on 2014-08-02 02:01 (UTC)

Done and done. Also added some missing build deps.

ghen commented on 2014-08-01 11:32 (UTC)

Or if it's really still useful (and incompatible with tar's rmt), turn it into a split package? I doubt it's worth the trouble though.

ghen commented on 2014-08-01 11:31 (UTC)

Not sure how compatible both rmt implementations are (BSD vs. GNU), however I doubt many people are still using it anyway... The simplest solution is probably to just rebuild dump without it, simply add --disable-rmt.

fukawi2 commented on 2014-08-01 00:19 (UTC)

Well bollocks. I'm open to suggestions?