summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Dated changelog for 1.1.0 releasebescoto2005-10-251-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@652 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Increased buffer sizes by a factor of 4bescoto2005-10-251-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@650 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Refactored fs_abilities, also don't quote if case-insensitive->case-insensitivebescoto2005-10-241-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@648 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* added os.makedirs to fix --create-full-path bugbescoto2005-10-221-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@644 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug #14799 -- now autodetect whether destination supports high ↵bescoto2005-10-201-0/+3
| | | | | | 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-0/+11
| | | | 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
* short-term (?) kludge so missing carbonfile data doesn't cause crashbescoto2005-10-191-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@634 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Check and fix for bug 14545bescoto2005-09-151-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@633 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 1.0.1bescoto2005-09-111-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@632 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Avoid lchown requirementbescoto2005-09-071-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@630 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Stop python v2.2 from choking on device filesbescoto2005-09-011-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@629 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for bug 14209 (security violation with --restrict)bescoto2005-08-201-0/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@625 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Default to not fsyncing directoriesbescoto2005-08-181-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@623 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Write PID to current mirror markerbescoto2005-08-181-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@622 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated signature blocksize to square root (I thought I did this already but ↵bescoto2005-08-181-0/+2
| | | | | | apparently not) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@621 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Further fix so we can restore backups with mirror_metadata filesbescoto2005-08-171-0/+10
| | | | | | | missing intermediate directory git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@620 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Misc final changes for v1.0.0bescoto2005-08-141-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@613 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added lchown to cmodule so rdiff-backup can preserve symlink uid/gidbescoto2005-08-111-0/+3
| | | | 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-101-0/+3
| | | | 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-101-0/+3
| | | | 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-091-0/+2
| | | | | | | 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-081-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@601 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Log EACCES from listxattr rather than raising an exception -- this can happendgaudet2005-07-021-0/+2
| | | | | | | 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-301-0/+4
| | | | | | | | | | | 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-281-0/+3
| | | | | | | 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-281-0/+5
| | | | | | | | 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-281-0/+3
| | | | | | | | | | | | 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-281-0/+4
| | | | | | | | 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
* bug#12726: fix regressing of devices while running as non-root -- zerodgaudet2005-06-191-0/+3
| | | | | | | length files are created as placeholders. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@591 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix from Paul P Komkoff Jr for uid typo in text_to_entrytuple.dgaudet2005-06-191-0/+2
| | | | 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-221-0/+2
| | | | | | | 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
* Fix for when 64 bit uids read from FS, but only 16 bit ones supportedbescoto2005-04-131-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@582 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 0.13.6bescoto2005-04-071-1/+1
| | | | 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-061-0/+3
| | | | 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-061-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@575 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added more possible restore times to compensate for old timezone bugbescoto2005-03-281-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@570 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Some final changes for 0.13.5bescoto2005-03-281-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@566 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Maximilian Mehnert's fix for too many open files bug.bescoto2005-03-261-0/+2
| | | | 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-261-1/+4
| | | | | | | 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-261-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@561 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't copy attributes to hard links, and make --no-hard-linksbescoto2005-03-261-0/+3
| | | | | | | 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-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@558 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for user/group error. Problem was scoping of '%' vs 'or'!bescoto2004-05-311-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@549 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed obscure hard link bugbescoto2004-05-311-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@539 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for perm-changer bugbescoto2004-05-311-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@533 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Check all groups for permissionbescoto2004-05-181-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@529 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Dean Gaudet fix for --calculate-averagebescoto2004-05-161-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@527 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* NFS rmtree update by Perdaensbescoto2004-05-161-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@526 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 0.13.4bescoto2004-02-011-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@520 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109