search for: 10_21

Displaying 5 results from an estimated 5 matches for "10_21".

Did you mean: 1021
2019 Aug 10
2
vfs_shadow_copy2 not working
So I'm trying to get shadow copies to work with Windows clients. The snapshots are being stored at /test/.zfs/snapshot The snapshots are being named like so: autosnap_2019-08-10_21:00:00_frequently autosnap_2019-08-10_21:00:00_monthly autosnap_2019-08-10_22:00:00_hourly This is in my smb.conf: [test] vfs objects = shadow_copy2 shadow:snapdir = /test/.zfs/snapshot shadow:snapprefix = ^autosnap_ shadow:format = %Y-%m-%d_%H:%M:%S_\(frequently\)\{0,1\}\(hourly\)\{0,1\}\(daily\)...
2019 Sep 01
3
vfs_shadow_copy2 not working
...> wrote: > On Sat, Aug 10, 2019 at 11:22:53PM +0000, douxevip via samba wrote: > > > So I'm trying to get shadow copies to work with Windows clients. The snapshots are being stored at /test/.zfs/snapshot > > The snapshots are being named like so: > > autosnap_2019-08-10_21:00:00_frequently > > autosnap_2019-08-10_21:00:00_monthly > > autosnap_2019-08-10_22:00:00_hourly > > This is in my smb.conf: > > [test] > > vfs objects = shadow_copy2 > > shadow:snapdir = /test/.zfs/snapshot > > shadow:snapprefix = ^autosnap_ > > sha...
2019 Aug 12
0
vfs_shadow_copy2 not working
On Sat, Aug 10, 2019 at 11:22:53PM +0000, douxevip via samba wrote: > So I'm trying to get shadow copies to work with Windows clients. The snapshots are being stored at /test/.zfs/snapshot > > The snapshots are being named like so: > > autosnap_2019-08-10_21:00:00_frequently > autosnap_2019-08-10_21:00:00_monthly > autosnap_2019-08-10_22:00:00_hourly > > This is in my smb.conf: > > [test] > vfs objects = shadow_copy2 > shadow:snapdir = /test/.zfs/snapshot > shadow:snapprefix = ^autosnap_ > shadow:format = %Y-%m-%d_%H:%M:...
2019 Sep 01
0
vfs_shadow_copy2 not working
...Sat, Aug 10, 2019 at 11:22:53PM +0000, douxevip via samba wrote: > > > > > So I'm trying to get shadow copies to work with Windows clients. The snapshots are being stored at /test/.zfs/snapshot > > > The snapshots are being named like so: > > > autosnap_2019-08-10_21:00:00_frequently > > > autosnap_2019-08-10_21:00:00_monthly > > > autosnap_2019-08-10_22:00:00_hourly > > > This is in my smb.conf: > > > [test] > > > vfs objects = shadow_copy2 > > > shadow:snapdir = /test/.zfs/snapshot > > > shadow:sn...
2007 Jun 24
2
matlab/gauss code in R
...t(s) > count = v[s] > count[is.na(count)]=0 > > semi2 <- data.frame(semi, s, cs, count, keep = cs > count) > > > semi2 > echo muga quant s cs count keep > 1 10 20 0 10_20 1 0 TRUE > 2 10 20 0 10_20 2 0 TRUE > 3 10 21 0 10_21 1 1 FALSE > 4 10 21 0 10_21 2 1 TRUE > 5 10 24 0 10_24 1 0 TRUE > 6 10 25 0 10_25 1 2 FALSE > 7 10 25 0 10_25 2 2 FALSE > 8 10 25 0 10_25 3 2 TRUE > > > My code is not very readable... > Yet, the ...