summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* Fix OverflowError on 64-bit systems when backing up symlinks with uid or gidr1-2owsla2010-01-161-2/+2
* Fix typo.owsla2009-04-011-1/+1
* Don't print "Fatal Error" if --check-destination-dir completed successfully.owsla2009-03-311-1/+1
* Allow --test-server to be combined with --restrict again.owsla2009-03-272-5/+10
* Suppress traceback if permission error during restoreowsla2009-03-091-9/+24
* Don't crash on zlib errorsowsla2009-03-081-2/+3
* Fix typoowsla2009-03-081-1/+1
* Make sticky bit warnings quieter during fs_abilitiesowsla2009-03-082-9/+11
* Handle EACCES as well as EPERMowsla2009-03-081-1/+1
* Fix --compare-hash options on Windows.owsla2009-03-041-1/+1
* Don't crash when filesytem can't set ACL.owsla2009-03-021-1/+9
* Use the correct method to update globalsowsla2009-03-021-1/+1
* Fix Python 2.2 compatibility.owsla2009-02-101-1/+1
* Fix typo which caused failure when checking if another rdiff-backup process isowsla2009-02-101-0/+1
* Filename too long errors on Windows are not always ENAMETOOLONGowsla2009-01-271-0/+2
* Print more helpful error messages when the remote command cannot be startedowsla2009-01-082-8/+12
* Update FAQowsla2009-01-081-1/+3
* Fix --override-chars-to-quoteowsla2009-01-071-0/+1
* Give an UpdateError when a path or filename is too long on Windows.owsla2009-01-061-6/+13
* Fix typoowsla2009-01-061-1/+1
* Disable escape trailing spaces and periods for nowowsla2009-01-011-0/+12
* The epoch is now a valid date.owsla2008-12-231-1/+1
* Report that connection has dropped if filesystem operation returns ENOTCONN.owsla2008-12-231-0/+2
* Print a more helpful message if we get an error while attempting to readowsla2008-12-221-4/+16
* Fix typoowsla2008-12-221-1/+1
* Prevent backing-up reparse points on Windowsowsla2008-12-222-0/+13
* More error message improvementsowsla2008-12-202-2/+4
* Fix typo (Oliver Mulatz)owsla2008-12-191-1/+1
* Support comments in rdiff-backup's ACL files and quote the quoting characterowsla2008-12-192-2/+3
* Print a more helpful error message if we cannot read the backup destination.owsla2008-12-191-2/+7
* Print a more helpful error message if we cannot read the backup destination.owsla2008-12-191-0/+2
* Print a more helpful error message if we cannot write to the backupowsla2008-12-181-1/+15
* Add ETIMEDOUT to the list of recoverable errorsowsla2008-12-181-1/+1
* Supress warnings about the deprecated sha module in Python 2.6. (Josh Nisly)owsla2008-12-181-0/+5
* Test for symlink permissions now produces a functioning symlink.owsla2008-12-181-3/+1
* Catch EACCES as well as EPERMowsla2008-12-171-1/+1
* Fix for crash when deleting read-only files on Windows. (Patch from Josh Nisly)owsla2008-12-171-1/+12
* Fix for Python 2.2 in win_acls.pyowsla2008-11-241-0/+1
* Throttle verbosity of listattr() warningsowsla2008-11-131-1/+1
* Final fixes to trailing spaces supportowsla2008-11-132-10/+10
* Fix typo and fact that rpath.touch() doesn't return anythingowsla2008-11-131-4/+7
* Escape trailing spaces and periods on systems which require itowsla2008-11-132-1/+83
* Properly handle EINVAL "Invalid argument" errors when setting extendedowsla2008-11-121-1/+1
* Add warning message if pyxattr is below version 0.2.2.owsla2008-11-121-0/+10
* Add "Stale NFS file handle" (ESTALE) to the list of recoverable errors.owsla2008-11-111-1/+1
* Workaround for broken support for symlink extended attributes in pyxattr <owsla2008-11-111-0/+2
* Handle ELOOP ("Too many levels of symbolic links") error when reading extendedowsla2008-11-091-3/+6
* Inform the user of which file has failed if an exception occurs during aowsla2008-10-231-1/+4
* Automatically resume after a failed initial backup. (Patch from Josh Nisly)owsla2008-10-123-1/+66
* Open stdin/stdout in binary mode on Windowsowsla2008-10-121-1/+1