summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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