summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-132-1/+16
* Use signal 0 rather than signal.NSIG when testing if another rdiff-backupdgaudet2007-03-061-3/+3
* Sockets don't have extended attributes -- don't try to access them.owsla2007-02-271-1/+1
* Fix restore from read-only bug -- rx perms on a repository directory aredgaudet2007-02-031-1/+1
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-311-2/+5
* Cygwin generates OSError when changing permissions on partitions.owsla2007-01-301-1/+4
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-291-4/+4
* Fix comment in glob_to_re now that special characters can be escaped.owsla2007-01-291-2/+2
* Glob escaping support via backslash. (Andrew Price)dgaudet2007-01-291-2/+5
* Cygwin generates EACCESS on fsync -- so accept it rather than dieing.dgaudet2007-01-291-4/+8
* DOS filename quoting adjustments from Marc Dyksterhouse.dgaudet2007-01-291-2/+4
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-3/+51
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-1/+11
* Add "FilenameMapping.set_init_quote_vals" security exception.dgaudet2007-01-281-0/+1
* Allow for preservation of FinderInfo for folders and fix typo in Time.pyowsla2007-01-252-3/+4
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-293-2/+31
* Fix showstopper problem on OSX handling pre-1.1.6 rdiff-backup metadata.dgaudet2006-11-131-1/+2
* on symlink perm setting -- save the orig_umask so we don't have todgaudet2006-11-051-2/+2
* typo fix for OSX Extended Attributes patch (from Andrew Ferguson)dgaudet2006-11-051-1/+1
* --min-file-size/--max-file-size support. (Patch from Wout Mertens.)dgaudet2006-11-052-0/+17
* Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)dgaudet2006-11-052-5/+15
* Preserve Mac OS X 'Creation Date' field across backups. (Patch from Andrewdgaudet2006-11-052-2/+20
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-051-1/+6
* Times like "Mon Jun 5 11:00:23 1997" now recognizedbescoto2006-02-232-0/+10
* Charles Duffy's patch so unnecessary --check-destination-dir returns 0bescoto2006-02-011-1/+1
* Catch ValueError if parsing corrupt mirror_metadata filebescoto2006-01-291-2/+2
* Fix a security violation when restoring from a remote repository.dgaudet2006-01-291-0/+1
* in a directory with 40 increments when i specified "--remove-older-than 41B"dgaudet2006-01-201-1/+1
* SpecialFileError shouldn't trigger UpdateErrorbescoto2006-01-151-4/+12
* If fsync fails, make sure descriptor still closedbescoto2006-01-131-0/+1
* UnboundLocal fix for set_extended_filenamesbescoto2006-01-111-1/+2
* "ordinary filename" shouldn't end with a . because it gives windows problemsbescoto2006-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
* Reduce hardlink memory usagebescoto2005-12-242-24/+23
* 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
* Don't gzip 0 length filesbescoto2005-12-163-28/+85
* strengthened pid error messagebescoto2005-12-151-3/+4
* Abort if another rdiff-backup is processing same dirbescoto2005-12-152-0/+30
* Restore longname directory fixbescoto2005-12-151-7/+9
* Fix for KeyError while incrementing in v1.1.3bescoto2005-12-141-3/+40
* false negative acl compare fixbescoto2005-12-121-1/+1
* Fix for case sensitive <-> not case sensitive casebescoto2005-11-271-1/+1
* Final changes for 1.1.3bescoto2005-11-261-4/+4
* Warn at unknown field, not abortbescoto2005-11-251-2/+1
* Fixed a few verify/compare errors caused by longname codebescoto2005-11-251-3/+4
* Remove older than overenthusiastic deletion fixbescoto2005-11-242-10/+16
* "Directory not empty" fixbescoto2005-11-241-4/+4
* Final (?) too-long-filename bug fixbescoto2005-11-2310-103/+396