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

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

[Rdiff-backup-bugs] [bug #12823] long filenames lead to traceback


From: dean gaudet
Subject: [Rdiff-backup-bugs] [bug #12823] long filenames lead to traceback
Date: Tue, 26 Apr 2005 16:54:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

Follow-up Comment #1, bug #12823 (project rdiff-backup):

woops i had typos in my sample script:

    mkdir test
    cd test
    mkdir `perl -e 'print "a" x 255'`
    cd `perl -e 'print "a" x 255'`
    touch `perl -e 'print "b" x 255'`
    cd ../..
    rdiff-backup test dest
    cd test
    mv `perl -e 'print "a" x 255'` `perl -e 'print "c" x 255'`
    cd ..
    rdiff-backup test dest


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12823>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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