openbsd-ports/net/rsnapshot/patches/patch-rsnapshot_conf_default_in

46 lines
1.6 KiB
Plaintext

$OpenBSD: patch-rsnapshot_conf_default_in,v 1.2 2006/08/01 12:32:36 alek Exp $
--- rsnapshot.conf.default.in.orig Fri Jul 14 18:30:37 2006
+++ rsnapshot.conf.default.in Fri Jul 14 18:35:51 2006
@@ -39,10 +39,6 @@ snapshot_root /.snapshots/
# LINUX USERS: Be sure to uncomment "cmd_cp". This gives you extra features.
# EVERYONE ELSE: Leave "cmd_cp" commented out for compatibility.
#
-# Note: Linux users with gnu cp/coreutils version > 5.3, should leave
-# cmd_cp commented out, since cp fails to create destination directories
-# with a trailing slash for versions 5.3 or later.
-#
# See the README file or the man page for more details.
#
#@CMD_CP@
@@ -136,8 +132,6 @@ loglevel 3
#ssh_args -p 22
# Default arguments for the "du" program (for disk space reporting).
-# The GNU version of "du" is preferred. See the man page for more details.
-# If your version of "du" doesn't support the -h flag, try -k flag instead.
#
#du_args -csh
@@ -168,7 +162,7 @@ loglevel 3
# 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
@@ -190,9 +184,9 @@ loglevel 3
###############################
# 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/