From 3d70c422c275868f64d06af2b9aac8c8e6979453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20St=C3=BChmer?= Date: Thu, 30 Apr 2015 14:35:24 +0200 Subject: [PATCH] Updated Debian (markdown) --- Debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian.md b/Debian.md index df6d517..79fa572 100644 --- a/Debian.md +++ b/Debian.md @@ -10,7 +10,7 @@ Get the code: $ cd /usr/src (or wherever you want to build the .deb) $ git clone https://github.com/zfsonlinux/zfs-auto-snapshot.git -Optional: If you want to expose snapshots via Samba's [vfs_shadow_copy2](https://www.samba.org/samba/docs/man/manpages/vfs_shadow_copy2.8.html) to Windows users as *shadow copies* you must merge this code first: +Optional: If you want to expose snapshots via Samba's [vfs_shadow_copy2](https://www.samba.org/samba/docs/man/manpages/vfs_shadow_copy2.8.html) to Windows users as *shadow copies* ([explained here](Samba)) you must merge this code first: $ git checkout leecallen $ git merge master