summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added various compare options like --compare-full and --compare-hashbescoto2005-10-311-10/+0
* Write SHA1 digests for all regular filesbescoto2005-10-271-6/+24
* Refactored fs_abilities, also don't quote if case-insensitive->case-insensitivebescoto2005-10-241-5/+15
* Fix for bug #14799 -- now autodetect whether destination supports high permis...bescoto2005-10-201-1/+1
* Try read/write fsync for cygwin, also add --preserve-numerical-idsbescoto2005-10-201-11/+30
* short-term (?) kludge so missing carbonfile data doesn't cause crashbescoto2005-10-191-0/+7
* Avoid lchown requirementbescoto2005-09-071-1/+6
* Stop python v2.2 from choking on device filesbescoto2005-09-011-2/+4
* Further fix so we can restore backups with mirror_metadata filesbescoto2005-08-171-0/+5
* Updated inctest - before it would compare increment attributes too strictlybescoto2005-08-141-2/+4
* Added lchown to cmodule so rdiff-backup can preserve symlink uid/gidbescoto2005-08-111-5/+5
* Fix for bug#13613 - 64->32bit utime overflow errorbescoto2005-08-101-5/+13
* Keith Edmunds's patch adding --create-full-pathbescoto2005-08-081-0/+5
* patch#4136: OSX filename/rsrc has been deprecated for some time, and as of OSXdgaudet2005-06-301-2/+2
* bug#13476: must always compare device numbers when we compare inodedgaudet2005-06-281-2/+2
* bug#12726: fix regressing of devices while running as non-root -- zerodgaudet2005-06-191-6/+12
* cmp_attribs (used in testing only) is failing on symlinks and devicesdgaudet2005-06-191-2/+3
* Fixed Popple's symlink bug which threatened source directorybescoto2005-04-061-0/+4
* Some final changes for 0.13.5bescoto2005-03-281-2/+1
* Check all groups for permissionbescoto2004-05-181-2/+2
* NFS rmtree update by Perdaensbescoto2004-05-161-1/+3
* Fixes for --compare, --compare-at-time switchesbescoto2004-01-301-5/+16
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-1/+54
* Mainly fix for spurious backing up because of uname/gnamebescoto2003-11-041-4/+6
* Final changes for 0.13.3bescoto2003-10-141-4/+9
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-22/+30
* Added TODO item, default to None on rpath uname/gname checkbescoto2003-10-121-2/+4
* New hard link system should use less memorybescoto2003-10-121-0/+1
* Mostly another unreadable regress fixbescoto2003-09-281-1/+1
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-6/+10
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-15/+48
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-4/+1
* Fixed various --restrict options, some refactoringbescoto2003-08-271-2/+4
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-251-13/+8
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-231-0/+8
* Specify socket type as SOCK_STREAMbescoto2003-08-141-1/+1
* Mainly updates for python 2.3bescoto2003-08-041-4/+8