summaryrefslogtreecommitdiff
path: root/rdiff-backup
Commit message (Collapse)AuthorAgeFilesLines
* Final checkin for 0.11.3 (fixed pipeline flushing problem)bescoto2003-03-049-107/+323
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@292 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed --change-source-perms and --resume-window optionsbescoto2003-03-031-13/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@291 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed --print-statistics and spurious server error messagebescoto2003-03-035-7/+24
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@290 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added entry for --check-destination-dirbescoto2003-03-021-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@289 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed bug regressing when second backup was unrecoverablebescoto2003-03-024-3/+22
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@288 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed remnants of sleep-ratio, resume, and checkpoint-interval optionsbescoto2003-03-024-45/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@287 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final check in for version 0.11.2bescoto2003-03-0218-354/+450
| | | | 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-2523-206/+341
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@284 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Iterfiles and iterrorps now can contain exceptions.bescoto2003-02-214-99/+97
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@283 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed CIP code (expanded to CCPP in backup.py)bescoto2003-02-191-47/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@282 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various modifications to backup, restore, and regress systems.bescoto2003-02-189-109/+369
| | | | | | | | This version passes many tests but not all of them. The backup patch system was copied to restore.py. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@281 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added error logging codebescoto2003-02-172-28/+106
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@280 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added CachedIndexableProcessor to rorpiterbescoto2003-02-122-3/+75
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@279 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-129-13/+104
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@278 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First pass at integrating regress codebescoto2003-02-1118-171/+516
| | | | | | | | | | At this point most of the tests work, but there are still problems with the finaltest error tests on /proc, and with some selection options. The regress code is totally unchecked, and regresstest.py is unwritten. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@277 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test for C.sync()bescoto2003-02-091-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@276 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated web page address in man pagebescoto2003-02-041-5/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@275 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Initial checkin of journal codebescoto2003-02-043-0/+252
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@274 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Re-added --windows-mode optionbescoto2003-02-0114-157/+188
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@273 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed mind -- keep rpm version as 2 from now onbescoto2003-01-193-3/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@270 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Sign rpms again, remove rpms from rpm dir when donebescoto2003-01-191-3/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@269 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added patch from Troels Arvin to autodetect python name, clean up buildbescoto2003-01-191-8/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@268 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed exclude-special-files typobescoto2003-01-191-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@267 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Update to TODO entriesbescoto2003-01-191-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@260 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added entry for sparc/openbsd seg fault fixbescoto2003-01-021-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@259 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed seg fault problem on sparc64/openbsdbescoto2003-01-021-7/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@258 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-3136-2392/+1499
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@256 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed redhat RPM question (should work out of box now)bescoto2002-12-271-29/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@255 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Renamed highlevel.py to backup.pybescoto2002-12-252-0/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@254 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-2516-523/+588
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@253 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-2342-2092/+2110
| | | | | | | | 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 most destructive stepping operationsbescoto2002-12-2112-237/+199
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@251 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed --mirror-only feature and most checkpointing/recovery codebescoto2002-12-206-154/+64
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@250 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed experimental psyco use (didn't help)bescoto2002-12-191-3/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@249 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't assume i686 platform in cvs compile scriptbescoto2002-12-191-2/+18
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@248 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Write mirror metadata when incrementingbescoto2002-12-144-15/+34
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@247 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Small modification to ListChangedSincebescoto2002-12-141-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@246 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Bud Bruegger's patch to ListChangedSince (now lists change type)bescoto2002-12-141-2/+14
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@245 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added iterator operations on metadata filebescoto2002-12-133-7/+247
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@244 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Initial checkin of metadata codebescoto2002-12-083-0/+211
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@243 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to fit new CVS formatbescoto2002-12-071-2/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@242 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Clarified test instructionsbescoto2002-12-071-13/+26
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@241 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated tests for new CVS formatbescoto2002-12-0730-61/+71
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@240 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to work with new path sturctureben2002-12-031-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@239 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to work with new path structureben2002-12-031-5/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@238 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed all files from src/ directory, added to rdiff_backup/ben2002-12-0338-9531/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@237 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New version of CVS-READMEben2002-12-033-1/+38
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@236 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Corrected FSF address in license statementben2002-12-031-4/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@235 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed GPL notice in each source file to recommended versionben2002-12-0350-200/+650
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@234 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added some documentation and examplesben2002-11-242-4/+24
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@233 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109