WHATSNEW: add shadow:snapprefix and shadow:delimiter
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Jul 2016 07:42:38 +0000 (09:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Jul 2016 08:06:13 +0000 (10:06 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
WHATSNEW.txt

index 4b195c3a06f947cbc4e762d54592d5c16318dc03..25da5286135f9fdfbab9651d3d9dc09aa66333c7 100644 (file)
@@ -286,6 +286,28 @@ CTDB changes
 
 * Improved sample NFS Ganesha call-out
 
+New shadow_copy2 options
+------------------------
+
+shadow:snapprefix
+
+  With growing number of snapshots file-systems need some mechanism to
+  differentiate one set of snapshots from other, e.g. monthly, weekly, manual,
+  special events, etc. Therefore these file-systems provide different ways to tag
+  snapshots, e.g. provide a configurable way to name snapshots, which is not just
+  based on time.  With only shadow:format it is very difficult to filter these
+  snapshots. With this optional parameter, one can specify a variable prefix
+  component for names of the snapshot directories in the file-system. If this
+  parameter is set, together with the shadow:format and shadow:delimiter
+  parameters it determines the possible names of snapshot directories in the
+  file-system. The option only supports Basic Regular Expression (BRE).
+
+shadow:delimiter
+
+  This optional parameter is used as a delimiter between shadow:snapprefix and
+  shadow:format This parameter is used only when shadow:snapprefix is set.
+
+  Default: shadow:delimiter = "_GMT"
 
 
 REMOVED FEATURES
@@ -306,6 +328,8 @@ smb.conf changes
   ntlm auth                     Changed default         no
   only user                     Removed
   password hash gpg key ids     New
+  shadow:snapprefix             New
+  shadow:delimiter              New                     _GMT
   smb2 leases                   Changed default         yes
   username                      Removed