Subscribe to Mailing Lists     FAQFAQ    SearchSearch      Register  Log in to check your private messagesLog in to check your private messages    Log inLog in 
These forums brought to you by Backup Central, where we also have the Mr. Backup Blog, Mailing Lists, FAQs,
and Directories of Backup Software and Hardware
Full volume and rdiff-backup

 
Post new topic   Reply to topic    Backup Central Forums Forum Index -> Rdiff-Backup
View previous topic :: View next topic  
Author Message
Carl Chenet
Guest





PostPosted: Sat Oct 10, 2009 1:23 am    Post subject: Full volume and rdiff-backup Reply with quote

Le lundi 07 septembre 2009 à 21:14 +0200, Carl Chenet a écrit :
Quote:
Le lundi 07 septembre 2009 à 21:10 +0200, Carl Chenet a écrit :
Quote:
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,
--
Carl Chenet





_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Back to top
Daniel Einspanjer
Guest





PostPosted: Sat Oct 10, 2009 6:18 am    Post subject: Full volume and rdiff-backup Reply with quote

I'm very new to rdiff-backup, so take my advice with a grain of salt,
but maybe it doesn't need a *lot* of space..
Maybe you could move all the session_statistics*.data and
file_statistics.data.gz files out of the rdiff-backup-data directory
temporarily and then have enough space to --remove-older-than.

-Daniel

On 10/10/09 5:21 AM, Carl Chenet wrote:
Quote:
Le lundi 07 septembre 2009 à 21:14 +0200, Carl Chenet a écrit :

Quote:
Le lundi 07 septembre 2009 à 21:10 +0200, Carl Chenet a écrit :

Quote:
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,




_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Back to top
Carl Chenet
Guest





PostPosted: Sat Oct 10, 2009 6:33 am    Post subject: Full volume and rdiff-backup Reply with quote

Le samedi 10 octobre 2009 à 10:17 -0400, Daniel Einspanjer a écrit :
Quote:
I'm very new to rdiff-backup, so take my advice with a grain of salt,
but maybe it doesn't need a *lot* of space..
Maybe you could move all the session_statistics*.data and
file_statistics.data.gz files out of the rdiff-backup-data directory
temporarily and then have enough space to --remove-older-than.

-Daniel

Yes, that's what I meant by "manually do some removals" but I think it
could be interesting if rdiff-backup could manage this situation by
itself, not relying on me Smile

Quote:

On 10/10/09 5:21 AM, Carl Chenet wrote:
Quote:
Le lundi 07 septembre 2009 à 21:14 +0200, Carl Chenet a écrit :

Quote:
Le lundi 07 septembre 2009 à 21:10 +0200, Carl Chenet a écrit :

Quote:
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,




_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
--
Carl Chenet





_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Back to top
Daniel Einspanjer
Guest





PostPosted: Sat Oct 10, 2009 7:44 am    Post subject: Full volume and rdiff-backup Reply with quote

On 10/10/09 10:32 AM, Carl Chenet wrote:
Quote:
Le samedi 10 octobre 2009 à 10:17 -0400, Daniel Einspanjer a écrit :

Quote:
I'm very new to rdiff-backup, so take my advice with a grain of salt,
but maybe it doesn't need a *lot* of space..
Maybe you could move all the session_statistics*.data and
file_statistics.data.gz files out of the rdiff-backup-data directory
temporarily and then have enough space to --remove-older-than.

-Daniel

Yes, that's what I meant by "manually do some removals" but I think it
could be interesting if rdiff-backup could manage this situation by
itself, not relying on me Smile


That would be pretty cool, but it seems to me a pretty difficult
challenge. You have the power and knowledge to back up those files
somewhere safe, but rdiff-backup wouldn't know where it could put them
other than just deleting them.

-Daniel



_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Backup Central Forums Forum Index -> Rdiff-Backup All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Magic SEO URL for phpBB