summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Main.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't print "Fatal Error" if --check-destination-dir completed successfully.owsla2009-03-311-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1051 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Allow --test-server to be used with --restrict again.owsla2009-03-271-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1050 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Suppress traceback if permission error during restoreowsla2009-03-091-9/+24
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1043 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typoowsla2009-03-081-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1040 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve error message if regress operation fails due to Security Violation.owsla2009-01-311-1/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1018 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typo (-- left off from option)owsla2009-01-071-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1009 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New option: --use-compatible-timestamps, which causes rdiff-backup to use - ↵owsla2009-01-031-2/+4
| | | | | | | | | asthe hour/minute/second separator instead of :. Enabled by default on systems which require : to be escaped. (Oliver Mulatz) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@996 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Take start and end times from same system so that the elapsed time printed inowsla2009-01-031-1/+15
| | | | | | | the statistics is not affected by time zone. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@994 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly fix escaping DOS devices and trailing periods and spaces; now supportsowsla2009-01-031-1/+2
| | | | | | | native Windows and Linxu/FAT32. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@993 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Revert previous patch & hold it for the new development branchowsla2009-01-031-2/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@992 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First pass at fixing escape DOS devices and trailing spaces/periods.owsla2009-01-031-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@991 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful message if we get an error while attempting to readowsla2008-12-221-4/+16
| | | | | | | an old current_mirror marker. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@980 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typoowsla2008-12-221-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@978 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Prevent backing-up reparse points on Windowsowsla2008-12-221-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@977 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More error message improvementsowsla2008-12-201-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@976 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful error message if we cannot read the backup destination.owsla2008-12-191-2/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@973 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful error message if we cannot write to the backupowsla2008-12-181-1/+15
| | | | | | | destination. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@971 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Automatically resume after a failed initial backup. (Patch from Josh Nisly)owsla2008-10-121-0/+40
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@950 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't backup Windows ACLs if the --no-acls option is specified.owsla2008-10-071-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@947 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Move test for native Windows to eliminate additional remote callowsla2008-08-201-4/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@928 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Disable hardlinks by default when backup source or restore destination isowsla2008-08-201-0/+4
| | | | | | | on Windows. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@926 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly catch KeyboardInterrupt on Python 2.5owsla2008-08-161-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@923 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add ability to requote a repositoryowsla2008-01-031-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@863 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix bug where rdiff-backup fails after all increments are removed. Closesowsla2007-12-251-3/+2
| | | | | | | Savannah bug #20291. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@859 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-241-1/+1
| | | | | | | | - Close Savannah bug #21202 by not assuming that file cannot be opened even if read permissions don't indicate such. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@855 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* restore_set_root should check if it can read a directory before tryingowsla2007-12-231-1/+1
| | | | | | | to list the contents. Closes Savannah bug #21106 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@854 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Put the version number in logs with verbosity > 3owsla2007-07-261-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@833 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add --tempfile and --remote-tempfile options.owsla2007-07-181-4/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@829 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Make --check-destination-dir handle quoted situations.owsla2007-07-071-5/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@812 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typo in Main.py introduced in 1.1.9owsla2007-06-101-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@805 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-131-1/+2
| | | | | | | (Jeff Strunk). git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@797 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Cygwin generates OSError when changing permissions on partitions.owsla2007-01-301-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@789 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* --min-file-size/--max-file-size support. (Patch from Wout Mertens.)dgaudet2006-11-051-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@761 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Charles Duffy's patch so unnecessary --check-destination-dir returns 0bescoto2006-02-011-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@755 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Allow --forced restore over non-directorybescoto2005-12-301-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@730 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added warning I must have removed earlierbescoto2005-12-221-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@716 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added nice error message if two backups within one secondbescoto2005-12-161-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@713 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Abort if another rdiff-backup is processing same dirbescoto2005-12-151-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@709 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Remove older than overenthusiastic deletion fixbescoto2005-11-241-7/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@689 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final (?) too-long-filename bug fixbescoto2005-11-231-4/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@687 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* delete empty increments directories when removing older thanbescoto2005-11-191-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@685 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Error reporting cleanupbescoto2005-11-191-5/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@684 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add --carbonfile to listed switchesbescoto2005-11-021-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@667 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Compare sha1 hashes when restoringbescoto2005-11-011-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@666 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --verify and --verify-at-time switchesbescoto2005-11-011-3/+20
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@665 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added various compare options like --compare-full and --compare-hashbescoto2005-10-311-25/+34
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@664 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Refactored fs_abilities, also don't quote if case-insensitive->case-insensitivebescoto2005-10-241-135/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@648 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug #14799 -- now autodetect whether destination supports high ↵bescoto2005-10-201-0/+5
| | | | | | permissions git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@639 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Try read/write fsync for cygwin, also add --preserve-numerical-idsbescoto2005-10-201-6/+15
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@638 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Carbonfile now defaults to offbescoto2005-10-191-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@635 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109