summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/backup.py
Commit message (Expand)AuthorAgeFilesLines
* Handle EACCES as well as EPERMowsla2009-03-081-1/+1
* Ignore Windows errors caused by too long filenamesowsla2009-01-061-6/+13
* Allow rdiff-backup to backup files which it cannot read, but can changeowsla2009-01-031-0/+8
* Take start and end times from same system so that the elapsed time printed inowsla2009-01-031-4/+0
* More error message improvementsowsla2008-12-201-1/+3
* Try chmod'ing again if we can't open a file -- let's rdiff-backup workowsla2008-01-281-1/+8
* Whoops. Previous fix was incorrect -- it assumed that all of the nestedowsla2008-01-261-7/+4
* When unreadable dirs are updated, remove them from the list of dirs whoseowsla2008-01-261-0/+9
* Improve the handling of directories with many small files by flushingowsla2008-01-201-9/+9
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-241-4/+11
* SpecialFileError shouldn't trigger UpdateErrorbescoto2006-01-151-4/+12
* Reduce hardlink memory usagebescoto2005-12-241-13/+6
* Fix for KeyError while incrementing in v1.1.3bescoto2005-12-141-3/+40
* "Directory not empty" fixbescoto2005-11-241-4/+4
* Final (?) too-long-filename bug fixbescoto2005-11-231-64/+42
* Fix for quoted filenames too longbescoto2005-11-051-20/+24
* Added metadata diffing, and an iterfile hash bugfixbescoto2005-11-041-0/+1
* Some refactoring of metadata codebescoto2005-11-031-17/+7
* Added various compare options like --compare-full and --compare-hashbescoto2005-10-311-3/+3
* Write SHA1 digests for all regular filesbescoto2005-10-271-17/+66
* Fix for error reported by Davy Durham (but need additional fix sobescoto2005-08-171-3/+4
* Added Maximilian Mehnert's fix for too many open files bug.bescoto2005-03-261-1/+3
* Don't copy attributes to hard links, and make --no-hard-linksbescoto2005-03-261-1/+2
* Fix to backup_warn_if_infinite_regress codebescoto2004-05-151-0/+1
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-7/+7
* New hard link system should use less memorybescoto2003-10-121-5/+8
* Clear self.dir_perms_list (final (?) unreadable dir change)bescoto2003-09-131-0/+3
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-16/+37
* Fix for unreadable directoriesbescoto2003-08-291-3/+17
* Fixed various --restrict options, some refactoringbescoto2003-08-271-0/+3
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-231-6/+17
* Fixes for --calculate-average, python 2.3, and mac os xbescoto2003-08-031-5/+5
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-12/+8
* Many changes - added extended attribute support and file systembescoto2003-06-301-11/+28
* Various changes for 0.12.0bescoto2003-06-261-5/+9
* Fixed problem when reg file deleted in middle, reported by Ty Boyackbescoto2003-06-241-2/+3
* Fixed quoted hardlinks, added --windows-restore, fixed a couple testsbescoto2003-06-211-2/+6
* Make no preserve hard links disable inode comparisonbescoto2003-04-061-2/+2
* --windows-mode now implies that permissions will not be changedbescoto2003-04-051-2/+2
* Got rid of extra UpdateErrorbescoto2003-04-031-1/+4
* Final changes for 0.11.4bescoto2003-03-151-16/+35
* Final checkin for 0.11.3 (fixed pipeline flushing problem)bescoto2003-03-041-21/+46
* Fixed --print-statistics and spurious server error messagebescoto2003-03-031-1/+2
* Final check in for version 0.11.2bescoto2003-03-021-26/+95
* More changes in preparation for 0.11.2bescoto2003-02-251-26/+62
* Various modifications to backup, restore, and regress systems.bescoto2003-02-181-55/+155
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-121-5/+12
* First pass at integrating regress codebescoto2003-02-111-3/+3
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-65/+169
* Renamed highlevel.py to backup.pybescoto2002-12-251-0/+198