$OpenBSD: patch-rsnapshot_conf_default_in,v 1.5 2016/01/05 13:14:45 jung Exp $
--- rsnapshot.conf.default.in.orig	Tue Dec  8 01:27:02 2015
+++ rsnapshot.conf.default.in	Tue Jan  5 10:56:59 2016
@@ -50,7 +50,7 @@ snapshot_root	/.snapshots/
 
 # Uncomment this to enable remote ssh backups over rsync.
 #
-#@CMD_SSH@
+@CMD_SSH@
 
 # Comment this out to disable syslog support.
 #
@@ -174,7 +174,7 @@ lockfile	/var/run/rsnapshot.pid
 # This is the best way to support special files (FIFOs, etc) cross-platform.
 # The default is 0 (off).
 #
-#link_dest	0
+link_dest	1
 
 # When sync_first is enabled, it changes the default behaviour of rsnapshot.
 # Normally, when rsnapshot is called with its lowest interval
@@ -223,9 +223,9 @@ lockfile	/var/run/rsnapshot.pid
 ###############################
 
 # LOCALHOST
-backup	/home/		localhost/
-backup	/etc/		localhost/
-backup	/usr/local/	localhost/
+#backup	/home/		localhost/
+#backup	/etc/		localhost/
+#backup	/usr/local/	localhost/
 #backup	/var/log/rsnapshot		localhost/
 #backup	/etc/passwd	localhost/
 #backup	/home/foo/My Documents/		localhost/
