summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r1-1-16'.r1-1-16cvs2svn2008-06-180-0/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/tags/r1-1-16@898 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Update CHANGELOG with final release dateowsla2008-06-181-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@897 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* We should preserve hardlinks even when the destination file system doesowsla2008-06-143-2/+5
| | | | | | | not support them. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@896 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add a bigger warning to the entry about --forceowsla2008-06-141-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@895 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix another case where rdiff-backup fails because it has insufficientowsla2008-06-142-6/+19
| | | | | | | permissions on a file it owns. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@894 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Whoops. There is no such thing as a 'ListError' in python -- was confusedowsla2008-06-121-5/+5
| | | | | | | by a traceback message. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@893 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Make rdiff-backup robust to failure to read the extended attributes or ACLowsla2008-06-112-7/+24
| | | | | | | because the file cannot be found. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@892 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Document new --quiet option.owsla2008-06-111-0/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@891 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* flush stdout before running other commands, and add a --quiet optionowsla2008-06-112-4/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@890 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Correct previous check-in (each filename should be quoted, not the list ofowsla2008-06-111-1/+1
| | | | | | | filenames) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@889 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't set modification times for directories on Windows. Also, assumeowsla2008-06-102-1/+13
| | | | | | | | that user has access to all files on Windows since there is no support for getuid(). (Patch from Josh Nisly) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@888 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add Windows-specific logic for checking if another rdiff-backup processowsla2008-06-103-1/+25
| | | | | | | | is running. Do not try to handle non-existant SIGHUP and SIGQUIT signals on Windows. (Patch from Josh Nisly) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@887 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Do not use inode numbers on Windows and gracefully handle attempts toowsla2008-06-103-3/+23
| | | | | | | rename over existing files on Windows. (Patch from Josh Nisly) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@886 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Finally fix 'No such file or directory' bug when attempting to regress afterowsla2008-05-092-3/+7
| | | | | | | a failed backup. (Patch from Josh Nisly) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@885 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve Unicode support when logging in eas_acls.py (Fix from Saptarshi Guha)owsla2008-04-242-3/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@884 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Handle Windows' lack of getuid(), getgid(), hardlinks and symlinks inowsla2008-04-134-7/+23
| | | | | | | | fs_abilities.py. Use subproces.Popen() on Windows since it does not support os.popen2(). (Patch from Josh Nisly) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@883 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typo.owsla2008-04-081-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@882 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Let setup.py accept arguments on Windows. (Patch from Josh Nisly)owsla2008-04-082-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@881 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Get cmodule.c building natively on Windows (Patch from Josh Nisly)owsla2008-04-082-2/+19
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@880 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Typo in FAQowsla2008-01-301-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@879 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Try chmod'ing again if we can't open a file -- let's rdiff-backup workowsla2008-01-282-1/+12
| | | | | | | better in some AFS and NFS installs. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@878 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Whoops. Previous fix was incorrect -- it assumed that all of the nestedowsla2008-01-261-7/+4
| | | | | | | directories would be updated during the backup. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@877 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* When unreadable dirs are updated, remove them from the list of dirs whoseowsla2008-01-262-0/+13
| | | | | | | permissions need to be reset later since we do it during the backup. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@876 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Manpage updates from Justin Pryzbyowsla2008-01-212-7/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@875 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve the handling of directories with many small files by flushingowsla2008-01-202-9/+13
| | | | | | | | the pipeline more often. Fixes a bug where Globals.pipeline_max_length*4-1 files are in a directory causes KeyError. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@874 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* __str__ method for ACL's shouldn't fail on empty onesowsla2008-01-201-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@873 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Change high-bit permissions test to check files and directories. (Patch fromowsla2008-01-092-5/+14
| | | | | | | Marc Horowitz) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@872 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Spelling fixowsla2008-01-091-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@871 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Be quieter about the xattr warningsowsla2008-01-071-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@870 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support quoted repositories in rdiff-backup-statisticsowsla2008-01-062-4/+17
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@869 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Recover from EBADF during fsync(). Closes Savannah bug #15839owsla2008-01-062-1/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@868 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly initialize QuotedRPathsowsla2008-01-052-1/+10
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@867 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Start 1.1.16 changelogowsla2008-01-031-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@866 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* prep for 1.1.15 releaseowsla2008-01-031-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@864 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add ability to requote a repositoryowsla2008-01-034-13/+116
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@863 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Sync FAQ list with version on websiteowsla2008-01-021-6/+75
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@862 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't print the warning about hard links if the user has specified theowsla2008-01-022-2/+6
| | | | | | | --no-hard-links option. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@861 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful error message when we get a "Result too large" errorowsla2007-12-252-1/+14
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@860 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix bug where rdiff-backup fails after all increments are removed. Closesowsla2007-12-252-3/+5
| | | | | | | Savannah bug #20291. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@859 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* We should FatalError at the point where the malformed UTF-8 character isowsla2007-12-251-5/+6
| | | | | | | | first encountered, instead of catching it and then letting it cause more trouble down the road. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@858 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* The retry without sticky bit message should indicate that it is a warning.owsla2007-12-251-3/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@857 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typos in manpage, spotted by Francesco Poli. Fixes Debianowsla2007-12-241-5/+5
| | | | | | | Bug #452722. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@856 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-244-9/+16
| | | | | | | | - 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-233-1/+9
| | | | | | | 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
* Regress.restore_orig_regfile should check Globals.fsync_directories Fixesowsla2007-12-232-1/+5
| | | | | | | bug #21546 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@853 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Cosmetic touch-up since we now sometimes print non-ASCII charactersowsla2007-08-151-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@852 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New quoting logic to check for non-ASCII chars and Windows special chars ↵owsla2007-08-142-11/+45
| | | | | | independently. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@851 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support Unicode log messages.owsla2007-08-142-1/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@850 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Today is the 13th, not the 12thowsla2007-08-131-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@848 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More robust workaround for EFTYPE only being present on BSDowsla2007-08-131-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@847 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109