summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r1-0-0'.r1-0-0cvs2svn2005-08-140-0/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/tags/r1-0-0@614 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Misc final changes for v1.0.0bescoto2005-08-144-9/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@613 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated inctest - before it would compare increment attributes too strictlybescoto2005-08-142-10/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@612 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed unnecessary opening of a sigfilebescoto2005-08-131-3/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@611 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed the obsolete --sleep-ratio bitbescoto2005-08-121-4/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@610 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated FAQ, added note on free space, removed v2.2 message now thatbescoto2005-08-121-45/+44
| | | | | | | v2.2 is 4 years old. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@609 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added note on pylibacl and pyxattr to READMEbescoto2005-08-121-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@608 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Applied Chris Pepper's "FAQ cleanup patch"bescoto2005-08-121-122/+100
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@607 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added lchown to cmodule so rdiff-backup can preserve symlink uid/gidbescoto2005-08-115-7/+52
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@606 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug#13613 - 64->32bit utime overflow errorbescoto2005-08-102-5/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@605 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug #13576, destination system should not need posix1ebescoto2005-08-103-29/+66
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@604 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed selection bug reported by Daniel Richard G. and added test tobescoto2005-08-093-1/+12
| | | | | | | selectiontest.py to check for it. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@602 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Keith Edmunds's patch adding --create-full-pathbescoto2005-08-084-8/+28
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@601 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Flush logfile after each entry is writtenbescoto2005-08-081-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@600 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Renamed a function so the tests FinalSelection work again. Itbescoto2005-08-071-7/+7
| | | | | | | | appeared to break because of a recent change in the internals of the unittest module. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@599 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Log EACCES from listxattr rather than raising an exception -- this can happendgaudet2005-07-022-0/+5
| | | | | | | when the repository has permission problems. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@598 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* patch#4136: OSX filename/rsrc has been deprecated for some time, and as of OSXdgaudet2005-06-303-7/+11
| | | | | | | | | | | 10.4 it causes log spam. the new proper use is filename/..namedfork/rsrc. fix from Daniel Westermann-Clark. i found mailing list evidence back at least to 2001 that this is supported in earlier versions of OSX. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@597 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* bug#12949: eliminate an exception during fs abilities testing on OS X 10.4.dgaudet2005-06-282-5/+10
| | | | | | | fix from Daniel Westermann-Clark. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@596 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* debian bug#306798: SELinux security attributes can not be removed anddgaudet2005-06-282-1/+15
| | | | | | | | rdiff-backup should not fail when it fails to remove them from temp files. fix from Konrad Podloucky. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@595 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* bug#13475: correct an UpdateError when backing up hardlinks with EAsdgaudet2005-06-282-6/+5
| | | | | | | | | | | | and/or ACLs. i have to admit to not being 100% certain of this fix -- because i'm not sure how to track down all the other users of __eq__ in this two classes to make sure my change makes sense in all contexts. it works in my testing though. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@594 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* bug#13476: must always compare device numbers when we compare inodedgaudet2005-06-282-2/+6
| | | | | | | | numbers -- fix a non-fatal problem with hardlinks when a filesystem is moved to another device (and the inodes don't change). git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@593 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* ignore *.pyc filesdgaudet2005-06-280-0/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@592 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* bug#12726: fix regressing of devices while running as non-root -- zerodgaudet2005-06-192-6/+15
| | | | | | | length files are created as placeholders. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@591 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* a few notes about running the testsuitedgaudet2005-06-191-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@590 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* fix init_user_mapping/init_group_mapping bitrotdgaudet2005-06-191-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@589 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* comment on dvorak vs. qwerty :)dgaudet2005-06-191-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@588 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* cmp_attribs (used in testing only) is failing on symlinks and devicesdgaudet2005-06-191-2/+3
| | | | | | | | because ctime isn't set. reorder the if statement so that ctime is suppressed like mtime already was for sym/dev. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@587 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* fix missing space in a log messagedgaudet2005-06-191-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@586 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix from Paul P Komkoff Jr for uid typo in text_to_entrytuple.dgaudet2005-06-192-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@585 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Filenames in the file_statistics*gz files are now quoted the same waydgaudet2005-04-222-1/+4
| | | | | | | as filenames in the metadata file (LF => \n and \ => \\). git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@584 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* test commit to test rdiff-backup-commits listbescoto2005-04-221-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@583 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for when 64 bit uids read from FS, but only 16 bit ones supportedbescoto2005-04-133-4/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@582 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated my email and project webpagebescoto2005-04-082-8/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@581 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 0.13.6bescoto2005-04-072-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@580 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Another timezone fix, in response to bug Randall Nortman reportedbescoto2005-04-063-9/+26
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@576 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed Popple's symlink bug which threatened source directorybescoto2005-04-063-1/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@575 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 test for Alistair Popple's symlink bugbescoto2005-04-031-1/+49
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@572 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added more possible restore times to compensate for old timezone bugbescoto2005-03-283-9/+27
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@570 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated email address and web pagebescoto2005-03-281-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@568 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Some final changes for 0.13.5bescoto2005-03-283-5/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@566 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed --windows-mode discussionbescoto2005-03-261-7/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@565 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Maximilian Mehnert's fix for too many open files bug.bescoto2005-03-262-1/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@564 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Robert Shaw's --exclude-fifo, --include-symbolic-links,bescoto2005-03-265-22/+85
| | | | | | | etc. options. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@563 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Dean Gaudet's fix to "--restrict /" optionbescoto2005-03-263-1/+14
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@561 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-264-5/+11
| | | | | | | 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-253-6/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@558 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added EDEADLK to recoverable errorsbescoto2005-03-251-3/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@557 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