summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keith Edmunds's patch adding --create-full-pathbescoto2005-08-082-8/+17
* Flush logfile after each entry is writtenbescoto2005-08-081-0/+1
* Log EACCES from listxattr rather than raising an exception -- this can happendgaudet2005-07-021-0/+3
* patch#4136: OSX filename/rsrc has been deprecated for some time, and as of OSXdgaudet2005-06-302-7/+7
* bug#12949: eliminate an exception during fs abilities testing on OS X 10.4.dgaudet2005-06-281-5/+7
* debian bug#306798: SELinux security attributes can not be removed anddgaudet2005-06-281-1/+10
* bug#13475: correct an UpdateError when backing up hardlinks with EAsdgaudet2005-06-281-6/+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
* fix missing space in a log messagedgaudet2005-06-191-1/+1
* Fix from Paul P Komkoff Jr for uid typo in text_to_entrytuple.dgaudet2005-06-191-1/+1
* Filenames in the file_statistics*gz files are now quoted the same waydgaudet2005-04-221-1/+2
* Fix for when 64 bit uids read from FS, but only 16 bit ones supportedbescoto2005-04-131-2/+2
* Another timezone fix, in response to bug Randall Nortman reportedbescoto2005-04-061-9/+11
* Fixed Popple's symlink bug which threatened source directorybescoto2005-04-062-1/+5
* To prevent future regress problems, only touch curmirror if time sets correctlybescoto2005-04-041-1/+1
* Added more possible restore times to compensate for old timezone bugbescoto2005-03-281-8/+16
* Some final changes for 0.13.5bescoto2005-03-281-2/+1
* Added Maximilian Mehnert's fix for too many open files bug.bescoto2005-03-261-1/+3
* Added Robert Shaw's --exclude-fifo, --include-symbolic-links,bescoto2005-03-262-19/+54
* Added Dean Gaudet's fix to "--restrict /" optionbescoto2005-03-261-0/+1
* Typo fix by Thomas Jaroschbescoto2005-03-261-2/+2
* Don't copy attributes to hard links, and make --no-hard-linksbescoto2005-03-263-5/+8