summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Collapse)AuthorAgeFilesLines
* Use .dll as library file extension on Cygwin and Windows.owsla2007-07-121-3/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@823 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Avoid setting permissions to 000 because they're out of sync.owsla2007-07-121-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@822 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Technically, lpt[3-9] should also be quoted (see sys/fs/vfat/namei.c inowsla2007-07-111-2/+2
| | | | | | | Linux kernel) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@821 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* listxattr() can also throw EPERM error if not supported.owsla2007-07-111-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@820 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Make sure isincfile() always sets inc_compressedowsla2007-07-111-4/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@819 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Do something sensible if we get an IOError while logging an exception.owsla2007-07-101-1/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@818 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Handle exception when get permission denied on a file while tryingowsla2007-07-101-1/+4
| | | | | | | to establish case sensitivity on read-only side. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@817 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Must call rpath.isincfile() before rpath.isinccompressed() worksowsla2007-07-101-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@816 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Squash regress/check_pids bug and properly pickle RPath'sowsla2007-07-093-9/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@815 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Workaround for tempfile.TemporaryFile() having different behaviorowsla2007-07-081-0/+2
| | | | | | | on Windows/Cygwin. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@814 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Bugfixes for when Globals.chars_to_quote is Noneowsla2007-07-072-7/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@813 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
* Handle quoted current_mirror markers and clean-up the listing ofowsla2007-07-062-4/+7
| | | | | | | increments with quoted names. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@811 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Warn if file modification time is before 1970.owsla2007-06-201-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@809 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
* FIFOs don't have extended attributes -- don't try to access them.owsla2007-06-101-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@804 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug #19612 -- Incorrect line broke --no-compression option.owsla2007-05-191-1/+1
| | | | | | | (Fix by Thiago in bug comment) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@803 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug #19896 -- symlink() doesn't work on a CIFS-mounted Windowsdgaudet2007-05-191-8/+12
| | | | | | | share. (Jonathan Hankins) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@802 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug #19895 -- eliminate traceback for special file detectiondgaudet2007-05-191-14/+21
| | | | | | | on CIFS mounts. (Jonathan Hankins) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@801 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-132-1/+16
| | | | | | | (Jeff Strunk). git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@797 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Use signal 0 rather than signal.NSIG when testing if another rdiff-backupdgaudet2007-03-061-3/+3
| | | | | | | is still running. (Patch from Sébastien Maret) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@796 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Sockets don't have extended attributes -- don't try to access them.owsla2007-02-271-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@795 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix restore from read-only bug -- rx perms on a repository directory aredgaudet2007-02-031-1/+1
| | | | | | | enough, no need for write perms when restoring. (patch from Andrew Price) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@794 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-311-2/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@792 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
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-291-4/+4
| | | | | | | (Marc Dyksterhouse) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@788 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix comment in glob_to_re now that special characters can be escaped.owsla2007-01-291-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@787 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Glob escaping support via backslash. (Andrew Price)dgaudet2007-01-291-2/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@786 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Cygwin generates EACCESS on fsync -- so accept it rather than dieing.dgaudet2007-01-291-4/+8
| | | | | | | (Marc Dyksterhouse). git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@783 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* DOS filename quoting adjustments from Marc Dyksterhouse.dgaudet2007-01-291-2/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@782 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-3/+51
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@780 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-1/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@779 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add "FilenameMapping.set_init_quote_vals" security exception.dgaudet2007-01-281-0/+1
| | | | | | | [Marc Dyksterhouse] git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@778 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Allow for preservation of FinderInfo for folders and fix typo in Time.pyowsla2007-01-252-3/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@777 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add global to avoid unnecessary system calls on systems where umask does not ↵owsla2006-12-293-2/+31
| | | | | | affect symlinks git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@775 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix showstopper problem on OSX handling pre-1.1.6 rdiff-backup metadata.dgaudet2006-11-131-1/+2
| | | | | | | (Patch from Andrew Ferguson.) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@771 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* on symlink perm setting -- save the orig_umask so we don't have todgaudet2006-11-051-2/+2
| | | | | | | hardcode any specific umask. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@763 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* typo fix for OSX Extended Attributes patch (from Andrew Ferguson)dgaudet2006-11-051-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@762 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* --min-file-size/--max-file-size support. (Patch from Wout Mertens.)dgaudet2006-11-052-0/+17
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@761 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)dgaudet2006-11-052-5/+15
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@760 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Preserve Mac OS X 'Creation Date' field across backups. (Patch from Andrewdgaudet2006-11-052-2/+20
| | | | | | | Ferguson.) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@759 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-051-1/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@758 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Times like "Mon Jun 5 11:00:23 1997" now recognizedbescoto2006-02-232-0/+10
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@757 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
* Catch ValueError if parsing corrupt mirror_metadata filebescoto2006-01-291-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@753 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix a security violation when restoring from a remote repository.dgaudet2006-01-291-0/+1
| | | | | | | (Patch from Charles Duffy.) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@752 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* in a directory with 40 increments when i specified "--remove-older-than 41B"dgaudet2006-01-201-1/+1
| | | | | | | i got a traceback... 40B and 42B were fine. looks like a simple off-by-1. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@750 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* SpecialFileError shouldn't trigger UpdateErrorbescoto2006-01-151-4/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@747 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* If fsync fails, make sure descriptor still closedbescoto2006-01-131-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@745 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* UnboundLocal fix for set_extended_filenamesbescoto2006-01-111-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@744 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109