search for: shadow_copy2_snapshot_to_gmt

Displaying 3 results from an estimated 3 matches for "shadow_copy2_snapshot_to_gmt".

2017 Apr 02
2
vfs_shadow_copy2 delimiter not working
...cations to the Samba code? If not, how do I go about getting this patch applied? diff -up vfs_shadow_copy2.c.orig vfs_shadow_copy2.c --- vfs_shadow_copy2.c.orig 2017-03-31 14:53:38.722560396 +0100 +++ vfs_shadow_copy2.c 2017-04-02 22:13:41.943038415 +0100 @@ -1866,16 +1866,19 @@ static bool shadow_copy2_snapshot_to_gmt */ if (priv->snaps->regex != NULL) { tmpstr = talloc_strdup(talloc_tos(), name); - /* point "name" to the time format */ + /* Point "name" at <delimiter><time_format> */ name = str...
2014 Mar 28
1
shadow_copy2 not working
...p' format: '@GMT-%Y.%m.%d-%H.%M.%S' use sscanf: no snapdirs everywhere: no cross mountpoints: no fix inodes: no sort order: desc [...] [2014/03/28 15:41:16.617435, 10, pid=4038, effective(3000019, 100), real(3000019, 0)] ../source3/modules/vfs_shadow_copy2.c:1223(shadow_copy2_snapshot_to_gmt) shadow_copy2_snapshot_to_gmt: match @GMT-%Y.%m.%d-%H.%M.%S: @GMT-2014.03.28-14.36.11 [2014/03/28 15:41:16.617513, 6, pid=4038, effective(3000019, 100), real(3000019, 0)] ../source3/modules/vfs_shadow_copy2.c:1330(shadow_copy2_get_shadow_copy_data) shadow_copy2_get_shadow_copy_data: @GMT-2014....
2017 Apr 19
0
vfs_shadow_copy2 delimiter not working
...how do I go about getting this  > patch applied? > > > diff -up vfs_shadow_copy2.c.orig vfs_shadow_copy2.c > --- vfs_shadow_copy2.c.orig     2017-03-31 14:53:38.722560396 +0100 > +++ vfs_shadow_copy2.c  2017-04-02 22:13:41.943038415 +0100 > @@ -1866,16 +1866,19 @@ static bool shadow_copy2_snapshot_to_gmt >           */ >          if (priv->snaps->regex != NULL) { >                  tmpstr = talloc_strdup(talloc_tos(), name); > -               /* point "name" to the time format */ > +               /* Point "name" at <delimiter><time_format> */ &g...