From 860bdd45717ff6319dbd62be39bd1861193c957b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 24 Dec 2003 01:46:38 +0000 Subject: [PATCH] Mention the new-backup-dir mode change. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 640e5441..967f64ab 100644 --- a/NEWS +++ b/NEWS @@ -50,7 +50,7 @@ Changes since version 2.5.7: against the entire path, not just the name portion, even if there aren't any interior slashes in the term. E.g. "foo**bar" would exclude "/path/foo-bar" (just like before) as well as - "/foo-path/baz-bar" (for instance). + "/foo-path/baz-bar" (unlike before). * The exclude list specified in the daemon's config file is now properly applied to the pulled items no matter how deep the @@ -92,6 +92,10 @@ Changes since version 2.5.7: * Fixed a bug in the --backup code that could cause deleted files to not get backed up. + * When the backup code makes new directories, create them with mode + 0700 instead of 0755 (since the directory permissions in the + backup tree are not yet copied from the main tree). + * Call setgroups() in a more portable manner. * Improved file-related error messages to better indicate exactly -- 2.34.1