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

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

Re: [rdiff-backup-users] WindowsError: [Error 5]


From: Dominic Raferd
Subject: Re: [rdiff-backup-users] WindowsError: [Error 5]
Date: Wed, 07 Nov 2012 12:24:25 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

On 06/11/2012 14:53, Slavko Kocjancic wrote:
On 11/06/2012 12:28 PM, Dominic Raferd wrote:
 
  • I would not use rdiff-backup to backup Windows c:, I regard rdiff-backup (for Windows) as a 'data' backup tool not a 'system' backup tool. I would focus on backing up %USERPROFILE% with some exclusions to prevent backup

It's meant to do data backup and not system. Maybe I just used wrong parameters?

for backup I just executed the batch file with this content
cd c:\
gf:/_rdiff/rdiff-backup --no-acls -v4 --include-globbing-filelist list.txt c: g:/_rdiffBAK
@IF %ERRORLEVEL% EQU 0 (Echo Koncal brez napak) ELSE (Echo Koncal z NAPAKAMI!!!)
@pause

and list.txt have:
c:/aaa/
c:/aaa_fotke/
c:/Documents and Settings/Slavko/Application Data/Thunderbird/ 
- **

And seem's to have problem with filenames longer than 256 characters too!


I suggest you run rdiff-backup 3 times (having first created the backup subdirectories and made sure Thunderbird is not running):

gf:/_rdiff/rdiff-backup --no-acls -v4 c:/aaa g:/_rdiffBAK/aaa
gf:/_rdiff/rdiff-backup --no-acls -v4 c:/aaa_fotke g:/_rdiffBAK/aaa_fotke
gf:/_rdiff/rdiff-backup --no-acls -v4 "c:/Documents and Settings/Slavko/Application Data/Thunderbird/" g:/_rdiffBAK/tbird

The problem with filenames longer than 256 characters is a limitation of Windows, not a fault in rdiff-backup. You may be able to work around it - some info here.

Dominic
--
TimeDicer: Free File Recovery from Whenever

reply via email to

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