summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Main.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Check and fix for bug 14545bescoto2005-09-151-3/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@633 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed typo in fatal error messagebescoto2005-08-191-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@624 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Write PID to current mirror markerbescoto2005-08-181-2/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@622 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --no-carbonfile optionbescoto2005-08-151-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@615 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Misc final changes for v1.0.0bescoto2005-08-141-5/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@613 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Keith Edmunds's patch adding --create-full-pathbescoto2005-08-081-8/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@601 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* To prevent future regress problems, only touch curmirror if time sets correctlybescoto2005-04-041-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@573 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Robert Shaw's --exclude-fifo, --include-symbolic-links,bescoto2005-03-261-8/+18
| | | | | | | etc. options. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@563 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Typo fix by Thomas Jaroschbescoto2005-03-261-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@560 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't copy attributes to hard links, and make --no-hard-linksbescoto2005-03-261-3/+6
| | | | | | | override. Thanks to David Vasilevsky. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@559 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Checked in Robert Shaw's --chars-to-quote patchbescoto2005-03-251-2/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@558 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Typo fix in filename mapping error reportbescoto2004-06-081-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@556 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --{include|exclude}-globbing-filelist-stdin optionsbescoto2004-06-061-9/+19
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@555 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Dean Gaudet fix for --calculate-averagebescoto2004-05-161-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@527 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix to backup_warn_if_infinite_regress codebescoto2004-05-151-9/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@524 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed a few supplementary modes (e.g. --remove-older-than) w quotingbescoto2004-02-011-19/+58
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@519 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix bug in --restrict path normalizationbescoto2004-01-311-3/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@515 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixes for --compare, --compare-at-time switchesbescoto2004-01-301-5/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@513 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First attempt at --compare switch (untested).bescoto2004-01-291-23/+57
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@512 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@508 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --no-resource-forks optionbescoto2004-01-111-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@501 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Restore excludes now leave existing files on target alonebescoto2003-11-241-6/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@497 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Rbescoto2003-11-011-1/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@478 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 0.13.3bescoto2003-10-141-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@474 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-27/+41
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@473 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Another test switchbescoto2003-10-121-4/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@471 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Switched order of regress checkbescoto2003-10-121-6/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@470 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added override switches to disable acls and easbescoto2003-10-121-8/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@469 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Better (obvious) way of doing --list-at-timebescoto2003-09-241-2/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@451 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for remote --list-changed-since and --list-at-timebescoto2003-09-241-2/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@447 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-3/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@442 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-9/+27
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@436 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-2/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@431 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added session number like '3B' to general time specificationbescoto2003-08-311-4/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@415 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed various --restrict options, some refactoringbescoto2003-08-271-25/+51
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@407 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated argument parsing (test-server, better error messages)bescoto2003-08-261-4/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@404 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* When data gets deleted from dest, try not to exit as easilybescoto2003-08-241-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@401 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-231-0/+2
| | | | | | | files as root on source and non-root on dest. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@399 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixes for --calculate-average, python 2.3, and mac os xbescoto2003-08-031-3/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@371 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Bug fixes relating to the way quoting_enabled was removedbescoto2003-07-211-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@352 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More fixes from Daniel Hazelbaker, mostly related to resource forksbescoto2003-07-191-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@350 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Oops, missed another append('rsrc') loop, this time in fs_abilitiesbescoto2003-07-191-6/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@349 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix negation bug in auto-setting file system parameters (thanks DH)bescoto2003-07-191-3/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@347 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ↵bescoto2003-07-181-26/+27
| | | | | | and a new unittest file. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@345 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added detection of directory increment permission limitationbescoto2003-07-181-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@344 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDestbescoto2003-07-181-2/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@342 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-11/+23
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@341 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Mostly tweaks to get the test cases to workbescoto2003-07-161-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@337 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --list-increment-sizes optionbescoto2003-06-301-23/+33
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@336 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many changes - added extended attribute support and file systembescoto2003-06-301-156/+171
| | | | | | | ability detection git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@334 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109