summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* back out the symlink permission setting feature change -- leave it onlydgaudet2006-11-051-6/+1
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-051-1/+6
* Listing a read-only repository should work nowbescoto2006-02-212-12/+21
* Charles Duffy's patch so unnecessary --check-destination-dir returns 0bescoto2006-02-011-1/+1
* Improved --check-destination-dir error messagebescoto2006-01-291-4/+10
* Fix a security violation when restoring from a remote repository.dgaudet2006-01-291-0/+1
* fix off-by-1 traceback in "--remove-older-than nB"dgaudet2006-01-201-1/+1
* Remy Blank's ACL non-existing uname bugbescoto2006-01-141-1/+1
* Altered sanity check so it doesn't end with a .bescoto2006-01-101-1/+1
* Fix for Toni Price's empty dir --include **XXX selection bugbescoto2006-01-101-2/+4
* Allow --forced restore over non-directorybescoto2005-12-301-1/+2
* Added error message if can't find repositorybescoto2005-12-251-1/+3
* long directory name fixbescoto2005-12-221-1/+4
* False negative ACL compare fixbescoto2005-12-121-1/+1
* Warn at unknown field, not abortbescoto2005-11-261-2/+1
* Fix for --compare (before you needed to specific the exact time to the second)bescoto2005-11-251-1/+1
* Remove older than overenthusiastic deletion fixbescoto2005-11-241-9/+15
* Fix for "Directory not empty" bugbescoto2005-11-222-5/+5
* Make sure backup_writer is set before using its loggingbescoto2005-11-121-1/+1
* Fix for --override-chars-to-quote bugbescoto2005-11-061-1/+2
* quoted filename too long fixbescoto2005-11-051-20/+24
* Add --carbonfile to listed switchesbescoto2005-11-021-1/+2
* Berryman's hard linking AFS patchbescoto2005-10-251-1/+3
* update to no-compression-regexpbescoto2005-10-251-2/+3
* Forgot a spot for 'os.makedirs'bescoto2005-10-231-1/+1
* Add os.makedirs to prevent bug with --create-full-pathbescoto2005-10-221-1/+1
* Fix for bug #14799 - autodetect whether destination handles highbit permsbescoto2005-10-204-2/+24
* Carbonfile now defaults to offbescoto2005-10-192-1/+8
* short-term (?) kludge so missing carbonfile data doesn't cause crashbescoto2005-10-191-0/+7
* Check and fix for bug 14545bescoto2005-09-151-3/+1
* Avoid lchown requirementbescoto2005-09-072-1/+10
* Stop python v2.2 from choking on device filesbescoto2005-09-011-2/+4
* Documentation fixbescoto2005-08-201-6/+2
* Oops, last patch broke remote --remove-older-than, fix and test herebescoto2005-08-201-1/+1
* Fix for bug 14209 (security violation with --restrict)bescoto2005-08-201-70/+96
* Fixed typo in fatal error messagebescoto2005-08-191-1/+1
* Default to not fsyncing directoriesbescoto2005-08-181-1/+1
* Write PID to current mirror markerbescoto2005-08-181-2/+4
* Updated signature blocksize to square root (I thought I did this already but ...bescoto2005-08-181-3/+3
* Further fix so we can restore backups with mirror_metadata filesbescoto2005-08-172-0/+11
* Removed ownership changing warning that is usually unneededbescoto2005-08-171-4/+1
* Fix for error reported by Davy Durham (but need additional fix sobescoto2005-08-171-3/+4
* Added --no-carbonfile optionbescoto2005-08-151-1/+2
* Misc final changes for v1.0.0bescoto2005-08-141-5/+5
* Updated inctest - before it would compare increment attributes too strictlybescoto2005-08-141-2/+4
* Removed unnecessary opening of a sigfilebescoto2005-08-131-3/+0
* Added lchown to cmodule so rdiff-backup can preserve symlink uid/gidbescoto2005-08-112-5/+37
* Fix for bug#13613 - 64->32bit utime overflow errorbescoto2005-08-101-5/+13
* Fix for bug #13576, destination system should not need posix1ebescoto2005-08-101-27/+60
* Fixed selection bug reported by Daniel Richard G. and added test tobescoto2005-08-091-1/+2