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

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

[rdiff-backup-users] checking destination dir fails


From: Dominik Sandjaja
Subject: [rdiff-backup-users] checking destination dir fails
Date: Mon, 15 Dec 2008 14:42:22 +0100

Hello everybody,

rdiff-backup is version 1.2.1 on a debian machine. Backup-Directory was
created with version 1.1.15, but I only upgraded because I got the same
error with that version and hoped, it would vanish with the new
version ...

Problem is: when doing
  rdiff-backup --check-destination-dir /home/backup/laptop
on the backup-server, I get the following error:

Mon Dec 15 14:27:13 2008  Regressing file
Zend/ZendStudioForEclipse-6.1.0/plugins/com.zend.php.phpunit_6.1.0.v20080907/com/zend/php/phpunit/ui/view/PHPUnitView$2.class
Mon Dec 15 14:27:13 2008  Writing file object
to 
/home/backup/laptop/Zend/ZendStudioForEclipse-6.1.0/plugins/com.zend.php.phpunit_6.1.0.v20080907/com/zend/php/phpunit/ui/view/rdiff-backup.tmp.64
Mon Dec 15 14:27:13 2008  Copying attributes from ('Zend',
'ZendStudioForEclipse-6.1.0', 'plugins',
'com.zend.php.phpunit_6.1.0.v20080907', 'com', 'zend', 'php', 'phpunit',
'ui', 'view', 'PHPUnitView$2.class')
to 
/home/backup/laptop/Zend/ZendStudioForEclipse-6.1.0/plugins/com.zend.php.phpunit_6.1.0.v20080907/com/zend/php/phpunit/ui/view/rdiff-backup.tmp.64
Mon Dec 15 14:27:13 2008  Setting time
of 
/home/backup/laptop/Zend/ZendStudioForEclipse-6.1.0/plugins/com.zend.php.phpunit_6.1.0.v20080907/com/zend/php/phpunit/ui/view/rdiff-backup.tmp.64
 to 1220796563
Mon Dec 15 14:27:13 2008
Renaming 
/home/backup/laptop/Zend/ZendStudioForEclipse-6.1.0/plugins/com.zend.php.phpunit_6.1.0.v20080907/com/zend/php/phpunit/ui/view/rdiff-backup.tmp.64
 to 
/home/backup/laptop/Zend/ZendStudioForEclipse-6.1.0/plugins/com.zend.php.phpunit_6.1.0.v20080907/com/zend/php/phpunit/ui/view/PHPUnitView$2.class
Mon Dec 15 14:27:13 2008  Unknown field in line
'3334v200ad11784d78e62470b1ze bc54862e
re4f9c802871f0366274ed56cb81da0674db055b2e368'
Mon Dec 15 14:27:13 2008  Exception 'Bad index order: ('Zend',
'ZendStudioForEclipse-6.1.0', 'plugins',
'com.zend.php.phpunit_6.1.0.v20080907', 'com', 'zend', 'php', 'phpunit',
'ui', 'view', 'PHPUnitView$2.class') >= ('Zend',
'ZendStudioForEclipse-6.1.0', 'plugins',
'com.zend.php.phpunit_6.1.0.v20080907', 'com', 'zend', 'php', 'phpunit',
'ui', 'reg')' raised of class 'exceptions.AssertionError':
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
280, in take_action
    elif action == "check-destination-dir": CheckDest(rps[0])
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
786, in CheckDest
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/regress.py", line
71, in Regress
    for rf in iterate_meta_rfs(mirror_rp, inc_rpath): ITR(rf.index, rf)
  File "/var/lib/python-support/python2.4/rdiff_backup/rorpiter.py",
line 275, in __call__
    assert 0, "Bad index order: %s >= %s" % (self.index, index)

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in ?
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
280, in take_action
    elif action == "check-destination-dir": CheckDest(rps[0])
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line
786, in CheckDest
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/regress.py", line
71, in Regress
    for rf in iterate_meta_rfs(mirror_rp, inc_rpath): ITR(rf.index, rf)
  File "/var/lib/python-support/python2.4/rdiff_backup/rorpiter.py",
line 275, in __call__
    assert 0, "Bad index order: %s >= %s" % (self.index, index)
AssertionError: Bad index order: ('Zend', 'ZendStudioForEclipse-6.1.0',
'plugins', 'com.zend.php.phpunit_6.1.0.v20080907', 'com', 'zend', 'php',
'phpunit', 'ui', 'view', 'PHPUnitView$2.class') >= ('Zend',
'ZendStudioForEclipse-6.1.0', 'plugins',
'com.zend.php.phpunit_6.1.0.v20080907', 'com', 'zend', 'php', 'phpunit',
'ui', 'reg')

(Sorry for the formatting, any idea how to change this in evolution?)

I searched the web and the mailing list for this "Bad index
order"-error, but could not find a solution. In the FAQ it is mentioned,
but as I don't get it during backup but during check-destination, I
don't know how to circumvent the error.

Any help is appreciated, I would love to do a fresh backup without
loosing my old ones ...

Greetings,
Dominik






reply via email to

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