summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
Commit message (Expand)AuthorAgeFilesLines
* Fix restoring single files.joshn2009-06-231-0/+6
* Gah. Fix unicode support for linux systems where the destination Python insta...joshn2009-06-041-7/+12
* Some older systems don't support unicode, so check for support before using it.joshn2009-04-181-11/+15
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-3/+39
* Make sticky bit warnings quieter during fs_abilities checksowsla2009-03-081-2/+2
* Allow rdiff-backup to backup files which it cannot read, but can changeowsla2009-01-031-0/+8
* Prevent backing-up reparse points on Windowsowsla2008-12-221-0/+10
* Print a more helpful error message if we cannot read the backup destination.owsla2008-12-191-0/+2
* 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
* 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-121-0/+23
* Open stdin/stdout in binary mode on Windowsowsla2008-10-121-1/+1
* Support extended attributes on symbolic links (part 2)owsla2008-09-271-1/+1
* Support extended attributes on symbolic linksowsla2008-09-271-1/+1
* On Mac OS X, read the com.apple.FinderInfo extended attribute since it is theowsla2008-09-261-0/+4
* Fall back on the Python make_file_dict function when the filename containsowsla2008-07-221-3/+8
* Move make_file_dict_python so that it is run on the remote end instead ofowsla2008-07-131-56/+59
* Properly handle uid/gid comparison when the metadata about a destinationowsla2008-07-051-1/+4
* Use the Python os.lstat() on Windows. (Patch from Josh Nisly)owsla2008-07-021-3/+6
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-3/+35
* Optimize --check-destination and other functions by determining the incrementowsla2008-06-261-17/+29
* Don't set modification times for directories on Windows. Also, assumeowsla2008-06-101-1/+9
* Do not use inode numbers on Windows and gracefully handle attempts toowsla2008-06-101-2/+12
* Recover from EBADF during fsync(). Closes Savannah bug #15839owsla2008-01-061-1/+1
* Print a more helpful error message when we get a "Result too large" errorowsla2007-12-251-1/+11
* The retry without sticky bit message should indicate that it is a warning.owsla2007-12-251-3/+3
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-241-4/+0
* restore_set_root should check if it can read a directory before tryingowsla2007-12-231-0/+4
* More robust workaround for EFTYPE only being present on BSDowsla2007-08-131-2/+2
* Python bug -- errno.EFTYPE is not defined, but necessary to check on BSDowsla2007-08-131-1/+2
* Fix typoowsla2007-08-131-2/+2
* Handle failed attempts to set the sticky bitowsla2007-08-081-1/+13
* Avoid setting permissions to 000 because they're out of sync.owsla2007-07-121-0/+3
* Make sure isincfile() always sets inc_compressedowsla2007-07-111-4/+3
* Squash regress/check_pids bug and properly pickle RPath'sowsla2007-07-091-6/+6
* Warn if file modification time is before 1970.owsla2007-06-201-0/+2
* Cygwin generates EACCESS on fsync -- so accept it rather than dieing.dgaudet2007-01-291-4/+8
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-291-2/+2
* on symlink perm setting -- save the orig_umask so we don't have todgaudet2006-11-051-2/+2
* Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)dgaudet2006-11-051-2/+2
* Preserve Mac OS X 'Creation Date' field across backups. (Patch from Andrewdgaudet2006-11-051-2/+17
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-051-1/+6
* If fsync fails, make sure descriptor still closedbescoto2006-01-131-0/+1
* Don't gzip 0 length filesbescoto2005-12-161-2/+53
* Final (?) too-long-filename bug fixbescoto2005-11-231-1/+39
* Error reporting cleanupbescoto2005-11-191-3/+13
* rpath typo fixbescoto2005-11-061-2/+2
* re-enable carbonfile default, ignore errorsbescoto2005-11-061-31/+24
* Added metadata diffing, and an iterfile hash bugfixbescoto2005-11-041-2/+2