summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/finaltest.py
Commit message (Collapse)AuthorAgeFilesLines
* Added restore selection file fixbescoto2003-11-241-0/+57
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@500 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --list-increment-sizes code from 0.13.xbescoto2003-10-051-0/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@466 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added most of FinalMisc set from 0.13.xbescoto2003-09-241-0/+71
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@448 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 0.12.4 (Mostly unreadable dir fix)bescoto2003-09-131-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@433 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Make restoring from broken archive easierbescoto2003-08-241-0/+45
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@402 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix restore from 0.11.xbescoto2003-07-231-0/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@361 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed quoted hardlinks, added --windows-restore, fixed a couple testsbescoto2003-06-211-4/+25
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@320 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final check in for version 0.11.2bescoto2003-03-021-3/+19
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@285 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More changes in preparation for 0.11.2bescoto2003-02-251-2/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@284 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-121-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@278 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Re-added --windows-mode optionbescoto2003-02-011-21/+32
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@273 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-61/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@256 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-14/+12
| | | | | | | | normal 'import XXX' syntax. The previous way was an artifact from earlier versions where the whole program fit in one file. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@252 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed --mirror-only feature and most checkpointing/recovery codebescoto2002-12-201-17/+17
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@250 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated tests for new CVS formatbescoto2002-12-071-3/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@240 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests to find the remote destination restore and no increment restore ↵ben2002-08-181-0/+10
| | | | | | bugs. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@185 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests for --windows-mode and high bit permissions.ben2002-08-101-0/+30
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@181 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added remote backup of /proc testben2002-07-251-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@175 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test to check for crash on bad checkpoint databen2002-07-241-0/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@172 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes to 0.9.3, see CHANGELOGben2002-07-161-0/+31
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@157 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Adapted everything to new exploded formatben2002-06-161-4/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@130 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added resuming bug fixes, kill testing for better robustness testingben2002-05-311-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@115 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Bug fixes to resuming and error correction codeben2002-05-301-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@112 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Reexamined robust writing and statistics, passes testben2002-05-291-2/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@111 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Bugfixed the new statistics stuffben2002-05-251-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@108 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test for --exclude-filelist when source remote.ben2002-05-151-1/+47
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@86 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many changes, see changelog for 0.7.4ben2002-05-101-13/+35
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@73 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed for 0.7.3 releaseben2002-04-301-2/+86
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@48 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added hardlink support, refactored some test casesben2002-03-211-8/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@7 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First checkinben2002-03-211-0/+150
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@2 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109