Le lundi 07 septembre 2009 à 21:14 +0200, Carl Chenet a écrit :
Le lundi 07 septembre 2009 à 21:10 +0200, Carl Chenet a écrit :
Hi,
If the backup target fills up, there's no way to recover.
--check-destination-dir and --remove-older-than both just
complain about lack of space.
Is there a workaround for converting full rdiff-backup volumes into one
that --check-destination-dir or --remove-older-than can be run on?
# df -h
[...]
/dev/hda1 236M 236M 0 100% /boot
[...]
sid:/boot# rdiff-backup --remove-older-than now /boot/backup/
Fatal Error: Could not open rdiff-backup directory
/boot/backup/rdiff-backup-data
due to
[Errno 28] No space left on device:
'/boot/backup/rdiff-backup-data/rdiff-backup.tmp.0'
which means you're blocked, forced to manyally do some removals. Do you
consider rdiff-backup should clean the mess or has the user to deal with
it manually ?
Bye,