First sync
This commit is contained in:
6
zfs-snapshot@.service
Normal file
6
zfs-snapshot@.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Create ZFS Snaphot of %I
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/sh -c '/sbin/zfs snapshot %I@$(/bin/date +%%Y-%%m-%%d_%%H-%%M-%%S)_auto'
|
||||
Reference in New Issue
Block a user