rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] IOError: Error95 on backup.


From: Matthew A. Thompson, Contractor, Code 6189
Subject: [rdiff-backup-users] IOError: Error95 on backup.
Date: Thu, 19 Feb 2009 11:21:44 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

I have just begun to see some errors with my rdiff-backup script today that weren't there yesterday or even this morning. To wit, when my script runs now I see this (link to pastebin since it's a long error, I will post in-list if you wish):

http://pastebin.ca/1342055

This all happened right after I did the usual rounds of Fedora Updates this morning and one of those updates involved libattr (fix for a memory leak). Could that have caused the problem?

FYI, I'm using rdiff-backup-1.2.5-1.fc10.x86_64 on a Fedora 10 box and my backup drive is an NTFS external drive which has worked pretty well up until now. And the backup script for this error is (with some fudging for safety's sake, USER and COMPUTER have actual values):

###########################################
## Home Directory #########################
###########################################
SOURCEDIR=/home/USER/ ;
MOZCACHEDIR=/home/USER/.mozilla/firefox/0pntvzz6.default/Cache/ ;
ARCHIVENAME=COMPUTER-rdiff-backup-home ;
rdiff-backup \
    -v3 \
    --print-statistics \
    --exclude-sockets \
    --exclude $SOURCEDIR"Music/" \
    --exclude $SOURCEDIR"Videos/" \
    --exclude $SOURCEDIR".Trash/" \
    --exclude $MOZCACHEDIR \
    $SOURCEDIR $ARCHIVEROOT/$ARCHIVENAME ;
rdiff-backup --print-statistics --force --remove-older-than 3W $ARCHIVEROOT/$ARCHIVENAME

Thanks for any help,
Matt Thompson
--
Dr Matthew Thompson, NRC Postdoc (Contractor)
Naval Research Laboratory, Code 6189
202-767-2160




reply via email to

[Prev in Thread] Current Thread [Next in Thread]