Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add newlines before any properties keys/values
Marin Atanasov Nikolov committed 13 years ago
commit 9ea7b035be863979f8bdbbd1a768a0415f1a7436
parent 68f58de
1 file changed +5 -2
modified plugins/pkg-plugin-zfssnap/zfssnap.conf
@@ -13,8 +13,11 @@ plugin=/usr/local/lib/libpkg-plugin-zfssnap.so
# ZFS file system
zfs_fs=zroot

+
# ZFS args, '-r' for recursive snapshots creation
+
zfs_args=-r
+

# ZFS snapshot prefix name
zfs_prefix=zfssnap

-
# ZFS args, '-r' for recursive snapshots creation
-
zfs_args=-r

\ No newline at end of file
+

+