Displaying 2 results from an estimated 2 matches for "snap_testing1_".
2017 Apr 02
2
vfs_shadow_copy2 delimiter not working
...dates are included too for code readability).
Without the below patch, previous versions were not being returned by
Samba when using a shadow:delimiter. I was using a sample config of
shadow:snapprefix = ^Snap
shadow:delimiter = _._
shadow:format = %Y.%m.%d-%H.%M.%S
with sample snapshots named:
Snap_testing1_._2016.11.01-01.00.01
Snap_prerelease_._2016.12.01-01.00.02
Snap_postrelease_._2017.01.01-01.00.01
Is anyone able to use a custom shadow:delimiter successfully without any
modifications to the Samba code? If not, how do I go about getting this
patch applied?
diff -up vfs_shadow_copy2.c.orig vfs...
2017 Apr 19
0
vfs_shadow_copy2 delimiter not working
....%m.%d-%H.%M.%S
>
I think you missed to specify delimiter in format parameter for shadow_copy2 module as below:
shadow:format = _._%Y.%m.%d-%H.%M.%S
If its still not working, can you please share me the logs(with log level 10) so as to debug the
issue?
> with sample snapshots named:
> Snap_testing1_._2016.11.01-01.00.01
> Snap_prerelease_._2016.12.01-01.00.02
> Snap_postrelease_._2017.01.01-01.00.01
>
> Is anyone able to use a custom shadow:delimiter successfully without any
> modifications to the Samba code? If not, how do I go about getting this
> patch applied?
>
&g...