summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Print a more informative error message if the user's remote shell printsowsla2008-10-091-0/+13
* Don't backup Windows ACLs if the --no-acls option is specified.owsla2008-10-072-1/+15
* Add error handling and logging to Windows ACL support; fixes Windows backup toowsla2008-10-022-60/+128
* Add a warning message if extended attributes support is broken by theowsla2008-10-021-0/+7
* Improve handling of Windows ACLs by switching to API functions whichowsla2008-09-301-6/+40
* Support extended attributes on symbolic links (part 2)owsla2008-09-271-1/+1
* Correct typo in previous fixowsla2008-09-271-1/+1
* Support extended attributes on symbolic linksowsla2008-09-272-7/+7
* On Mac OS X, read the com.apple.FinderInfo extended attribute since it is theowsla2008-09-262-3/+6
* Properly fix no 'inc_compressed' attribute bug.owsla2008-09-251-2/+1
* Improve support for Python 2.5, which refactored the built-in exceptions soowsla2008-09-242-1/+3
* Expand --exclude-if-present option to also support directories, symlinks, etc.owsla2008-09-041-1/+3
* Improve warning message in light of new Windows ACLs supportowsla2008-08-211-2/+2
* Move test for native Windows to eliminate additional remote callowsla2008-08-203-11/+5
* Disable hardlinks by default when backup source or restore destination isowsla2008-08-203-1/+11
* Properly catch KeyboardInterrupt on Python 2.5owsla2008-08-161-1/+1
* Fix typo -- whoops!owsla2008-08-141-1/+1
* Don't crash if a CacheIndexable tries to clear a non-existent cache entry.owsla2008-07-301-2/+6
* Fall back on the Python make_file_dict function when the filename containsowsla2008-07-221-3/+8
* Ignore Extended Attributes which have Unicode characters outside the currentowsla2008-07-221-1/+5
* Move make_file_dict_python so that it is run on the remote end instead ofowsla2008-07-132-58/+61
* Catch EPERM error when trying to write extended attributes.owsla2008-07-131-2/+2
* Properly handle uid/gid comparison when the metadata about a destinationowsla2008-07-051-1/+4
* Properly handle hardlink comparison when the metadata about a destinationowsla2008-07-041-1/+4
* Fix typo in fs_abilities and add EILSEQ to list of recoverable errors.owsla2008-07-042-2/+2
* Catch another reasonable error when reading extended attributes.owsla2008-07-031-1/+1
* Use the Python os.lstat() on Windows. (Patch from Josh Nisly)owsla2008-07-022-23/+14
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-026-10/+310
* Fix user_group.py to run on native Windows, which lacks grp and pwd Pythonowsla2008-06-271-5/+9
* Optimize --check-destination and other functions by determining the incrementowsla2008-06-262-19/+33
* Actually make rdiff-backup robust to failure to read an ACL because theowsla2008-06-231-5/+7
* We should preserve hardlinks even when the destination file system doesowsla2008-06-142-2/+2
* Fix another case where rdiff-backup fails because it has insufficientowsla2008-06-141-6/+15
* Whoops. There is no such thing as a 'ListError' in python -- was confusedowsla2008-06-121-5/+5
* Make rdiff-backup robust to failure to read the extended attributes or ACLowsla2008-06-111-7/+20
* Don't set modification times for directories on Windows. Also, assumeowsla2008-06-101-1/+9
* Add Windows-specific logic for checking if another rdiff-backup processowsla2008-06-102-1/+21
* Do not use inode numbers on Windows and gracefully handle attempts toowsla2008-06-102-3/+20
* Finally fix 'No such file or directory' bug when attempting to regress afterowsla2008-05-091-3/+4
* Improve Unicode support when logging in eas_acls.py (Fix from Saptarshi Guha)owsla2008-04-241-3/+3