summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/restore.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize --check-destination and other functions by determining the incrementowsla2008-06-261-2/+4
* Bugfixes for when Globals.chars_to_quote is Noneowsla2007-07-071-3/+2
* Handle quoted current_mirror markers and clean-up the listing ofowsla2007-07-061-2/+4
* Fix restore from read-only bug -- rx perms on a repository directory aredgaudet2007-02-031-1/+1
* Restore longname directory fixbescoto2005-12-151-7/+9
* Final (?) too-long-filename bug fixbescoto2005-11-231-26/+19
* Added metadata diffing, and an iterfile hash bugfixbescoto2005-11-041-1/+1
* Some refactoring of metadata codebescoto2005-11-031-4/+4
* Compare sha1 hashes when restoringbescoto2005-11-011-5/+22
* Added --verify and --verify-at-time switchesbescoto2005-11-011-10/+18
* Added various compare options like --compare-full and --compare-hashbescoto2005-10-311-45/+20
* Fixed Popple's symlink bug which threatened source directorybescoto2005-04-061-1/+1
* Added more possible restore times to compensate for old timezone bugbescoto2005-03-281-8/+16
* Fix for perm-changer bugbescoto2004-05-311-20/+21
* Fixes for --compare, --compare-at-time switchesbescoto2004-01-301-7/+11
* First attempt at --compare switch (untested).bescoto2004-01-291-0/+21
* Restore excludes now leave existing files on target alonebescoto2003-11-241-7/+9
* Rbescoto2003-11-011-23/+33
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-1/+1
* New hard link system should use less memorybescoto2003-10-121-5/+7
* Fixed restore/regress permissions bugbescoto2003-09-281-3/+81
* Possibly fixed logic error in rf cachingbescoto2003-09-251-5/+9
* Better (obvious) way of doing --list-at-timebescoto2003-09-241-2/+1
* Fix for remote --list-changed-since and --list-at-timebescoto2003-09-241-13/+25
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-2/+2
* Added session number like '3B' to general time specificationbescoto2003-08-311-5/+9
* When data gets deleted from dest, try not to exit as easilybescoto2003-08-241-6/+27
* Fix for restore without mirror_metadatabescoto2003-07-231-2/+1
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-10/+7
* Many changes - added extended attribute support and file systembescoto2003-06-301-4/+9
* Various changes for 0.12.0bescoto2003-06-261-5/+20
* Only warn, not AssertionError, if can't get restore fpbescoto2003-06-241-3/+11
* Final checkin for 0.11.5bescoto2003-06-211-1/+2
* 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
* Added --list-at-time optionbescoto2003-03-201-0/+10
* Fixed bug regressing when second backup was unrecoverablebescoto2003-03-021-1/+3
* Final check in for version 0.11.2bescoto2003-03-021-1/+1
* More changes in preparation for 0.11.2bescoto2003-02-251-2/+0
* Various modifications to backup, restore, and regress systems.bescoto2003-02-181-6/+108
* First pass at integrating regress codebescoto2003-02-111-1/+1
* Re-added --windows-mode optionbescoto2003-02-011-28/+8
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-293/+367
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-251-2/+7
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-222/+216
* Removed most destructive stepping operationsbescoto2002-12-211-5/+2
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Fixed get_rest_time to return the oldest time if rest_time is olderben2002-08-201-2/+5
* Fixed the remote destination restore and no increment restore bugs.ben2002-08-181-0/+1
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-2/+2