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

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

[rdiff-backup-users] exception in path [...]/long_filename_data


From: Claudio Belotti
Subject: [rdiff-backup-users] exception in path [...]/long_filename_data
Date: Wed, 5 Aug 2009 10:37:41 +0100

hi,
after several months of good service rdiff-backup started to give
exceptions on my Mac OS X
I don't understand what is causing the error, can anyone help?

I started a new set of backups and it works with no problems but I
wonder if it could be possible to save the old set

This is the output given by the program

$ sudo rdiff-backup -v 4 $HOME /Volumes/Iomega\ HDD/Backups/
Using rdiff-backup version 1.2.8Unable to import module posix1e from
pylibacl package.
POSIX ACLs not supported on filesystem at /Users/bel8
Unable to import win32security module. Windows ACLs
not supported by filesystem at /Users/bel8
escape_dos_devices not required by filesystem at /Users/bel8
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
  Access control lists                         Off
  Extended attributes                          On
  Windows access control lists                 Off
  Case sensitivity                             Off
  Escape DOS devices                           Off
  Escape trailing spaces                       Off
  Mac OS X style resource forks                On
  Mac OS X Finder information                  On
-----------------------------------------------------------------
Unable to import module posix1e from pylibacl package.
POSIX ACLs not supported on filesystem at /Volumes/Iomega
HDD/Backups/rdiff-backup-data/rdiff-backup.tmp.0
Unable to import win32security module. Windows ACLs
not supported by filesystem at /Volumes/Iomega
HDD/Backups/rdiff-backup-data/rdiff-backup.tmp.0
escape_dos_devices not required by filesystem at /Volumes/Iomega
HDD/Backups/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
  Ownership changing                           On
  Hard linking                                 On
  fsync() directories                          On
  Directory inc permissions                    On
  High-bit permissions                         On
  Symlink permissions                          On
  Extended filenames                           On
  Windows reserved filenames                   Off
  Access control lists                         Off
  Extended attributes                          On
  Windows access control lists                 Off
  Case sensitivity                             Off
  Escape DOS devices                           Off
  Escape trailing spaces                       Off
  Mac OS X style resource forks                On
  Mac OS X Finder information                  On
-----------------------------------------------------------------
Backup: must_escape_dos_devices = 0
Starting increment operation /Users/bel8 to /Volumes/Iomega HDD/Backups
Exception 'Path: /Volumes/Iomega
HDD/Backups/rdiff-backup-data/long_filename_data/1.2009-07-08T07:54:28+01:00.dir
Index: ('long_filename_data', '1.2009-07-08T07:54:28+01:00.dir')
Data: {'carbonfile': {'flags': 0, 'createDate': -965120672, 'type':
'\x00\x00\x00\x00', 'location': (0, 0), 'creator':
'\x00\x00\x00\x00'}, 'uid': 501, 'perms': 493, 'type': 'reg', 'gname':
'bel8', 'ea': <rdiff_backup.eas_acls.ExtendedAttributes instance at
0x26c6490>, 'ctime': 1247518949, 'devloc': 234881039L, 'uname':
'bel8', 'nlink': 1, 'gid': 501, 'mtime': 1247001824, 'resourcefork':
'', 'atime': 1247606513, 'inode': 587437L, 'size': 0L}' raised of
class '<type 'exceptions.AssertionError'>':
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 304, in error_check_Main
    try: Main(arglist)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 324, in Main
    take_action(rps)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 280, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 343, in Backup
    backup.Mirror_and_increment(rpin, rpout, incdir)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/backup.py",
line 51, in Mirror_and_increment
    DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/backup.py",
line 243, in patch_and_increment
    ITR(diff.index, diff)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/rorpiter.py",
line 284, in __call__
    branch.start_process(*args)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/backup.py",
line 721, in start_process
    inc = increment.Increment(diff_rorp, self.base_rp, inc_prefix)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/increment.py",
line 41, in Increment
    elif mirror.isdir(): incrp = makedir(mirror, incpref)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/increment.py",
line 103, in makedir
    dirsign = get_inc(incpref, "dir")
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/increment.py",
line 123, in get_inc
    assert not incrp.lstat(), incrp

Traceback (most recent call last):
  File "/opt/local/bin/rdiff-backup", line 30, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 304, in error_check_Main
    try: Main(arglist)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 324, in Main
    take_action(rps)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 280, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/Main.py",
line 343, in Backup
    backup.Mirror_and_increment(rpin, rpout, incdir)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/backup.py",
line 51, in Mirror_and_increment
    DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/backup.py",
line 243, in patch_and_increment
    ITR(diff.index, diff)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/rorpiter.py",
line 284, in __call__
    branch.start_process(*args)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/backup.py",
line 721, in start_process
    inc = increment.Increment(diff_rorp, self.base_rp, inc_prefix)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/increment.py",
line 41, in Increment
    elif mirror.isdir(): incrp = makedir(mirror, incpref)
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/increment.py",
line 103, in makedir
    dirsign = get_inc(incpref, "dir")
  File "/opt/local/lib/python2.5/site-packages/rdiff_backup/increment.py",
line 123, in get_inc
    assert not incrp.lstat(), incrp
AssertionError: Path: /Volumes/Iomega
HDD/Backups/rdiff-backup-data/long_filename_data/1.2009-07-08T07:54:28+01:00.dir
Index: ('long_filename_data', '1.2009-07-08T07:54:28+01:00.dir')
Data: {'carbonfile': {'flags': 0, 'createDate': -965120672, 'type':
'\x00\x00\x00\x00', 'location': (0, 0), 'creator':
'\x00\x00\x00\x00'}, 'uid': 501, 'perms': 493, 'type': 'reg', 'gname':
'bel8', 'ea': <rdiff_backup.eas_acls.ExtendedAttributes instance at
0x26c6490>, 'ctime': 1247518949, 'devloc': 234881039L, 'uname':
'bel8', 'nlink': 1, 'gid': 501, 'mtime': 1247001824, 'resourcefork':
'', 'atime': 1247606513, 'inode': 587437L, 'size': 0L}

thanks
Claudio




reply via email to

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