summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Main.py
Commit message (Expand)AuthorAgeFilesLines
* --min-file-size/--max-file-size support. (Patch from Wout Mertens.)dgaudet2006-11-051-0/+3
* Charles Duffy's patch so unnecessary --check-destination-dir returns 0bescoto2006-02-011-1/+1
* Allow --forced restore over non-directorybescoto2005-12-301-1/+2
* Added warning I must have removed earlierbescoto2005-12-221-1/+3
* Added nice error message if two backups within one secondbescoto2005-12-161-0/+3
* Abort if another rdiff-backup is processing same dirbescoto2005-12-151-0/+1
* Remove older than overenthusiastic deletion fixbescoto2005-11-241-7/+13
* Final (?) too-long-filename bug fixbescoto2005-11-231-4/+4
* delete empty increments directories when removing older thanbescoto2005-11-191-2/+2
* Error reporting cleanupbescoto2005-11-191-5/+16
* Add --carbonfile to listed switchesbescoto2005-11-021-1/+2
* Compare sha1 hashes when restoringbescoto2005-11-011-1/+1
* Added --verify and --verify-at-time switchesbescoto2005-11-011-3/+20
* Added various compare options like --compare-full and --compare-hashbescoto2005-10-311-25/+34
* Refactored fs_abilities, also don't quote if case-insensitive->case-insensitivebescoto2005-10-241-135/+6
* Fix for bug #14799 -- now autodetect whether destination supports high permis...bescoto2005-10-201-0/+5
* Try read/write fsync for cygwin, also add --preserve-numerical-idsbescoto2005-10-201-6/+15
* Carbonfile now defaults to offbescoto2005-10-191-0/+6
* Check and fix for bug 14545bescoto2005-09-151-3/+1
* Fixed typo in fatal error messagebescoto2005-08-191-1/+1
* Write PID to current mirror markerbescoto2005-08-181-2/+4
* Added --no-carbonfile optionbescoto2005-08-151-1/+2
* Misc final changes for v1.0.0bescoto2005-08-141-5/+5
* Keith Edmunds's patch adding --create-full-pathbescoto2005-08-081-8/+12
* To prevent future regress problems, only touch curmirror if time sets correctlybescoto2005-04-041-1/+1
* Added Robert Shaw's --exclude-fifo, --include-symbolic-links,bescoto2005-03-261-8/+18
* Typo fix by Thomas Jaroschbescoto2005-03-261-2/+2
* Don't copy attributes to hard links, and make --no-hard-linksbescoto2005-03-261-3/+6
* Checked in Robert Shaw's --chars-to-quote patchbescoto2005-03-251-2/+3
* Typo fix in filename mapping error reportbescoto2004-06-081-1/+1
* Added --{include|exclude}-globbing-filelist-stdin optionsbescoto2004-06-061-9/+19
* Dean Gaudet fix for --calculate-averagebescoto2004-05-161-1/+2
* Fix to backup_warn_if_infinite_regress codebescoto2004-05-151-9/+11
* Fixed a few supplementary modes (e.g. --remove-older-than) w quotingbescoto2004-02-011-19/+58
* Fix bug in --restrict path normalizationbescoto2004-01-311-3/+7
* Fixes for --compare, --compare-at-time switchesbescoto2004-01-301-5/+8
* First attempt at --compare switch (untested).bescoto2004-01-291-23/+57
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-0/+4
* Added --no-resource-forks optionbescoto2004-01-111-0/+2
* Restore excludes now leave existing files on target alonebescoto2003-11-241-6/+16
* Rbescoto2003-11-011-1/+0
* Final changes for 0.13.3bescoto2003-10-141-0/+3
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-27/+41
* Another test switchbescoto2003-10-121-4/+5
* Switched order of regress checkbescoto2003-10-121-6/+2
* Added override switches to disable acls and easbescoto2003-10-121-8/+12
* Better (obvious) way of doing --list-at-timebescoto2003-09-241-2/+1
* Fix for remote --list-changed-since and --list-at-timebescoto2003-09-241-2/+6
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-3/+11
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-9/+27