|
@@ -158,8 +158,8 @@ rsync_long_args --delete
|
|
|
# The include and exclude parameters, if enabled, simply get passed directly
|
|
|
# to rsync. If you have multiple include/exclude patterns, put each one on a
|
|
|
# separate line. Please look up the --include and --exclude options in the
|
|
|
-# rsync man page for more details on how to specify file name patterns.
|
|
|
-#
|
|
|
+# rsync man page for more details on how to specify file name patterns.
|
|
|
+#
|
|
|
#include ???
|
|
|
#include ???
|
|
|
#exclude ???
|
|
@@ -225,10 +225,10 @@ exclude_file /home/bryan/.config/systemd/user/rsnapshot-home-excludes.txt
|
|
|
###############################
|
|
|
|
|
|
# LOCALHOST
|
|
|
-backup /home/bryan/ localhost/
|
|
|
-#backup /etc/ localhost/
|
|
|
+backup /home/bryan/ localhost/
|
|
|
+#backup /etc/ localhost/
|
|
|
#backup /usr/local/ localhost/
|
|
|
-#backup /var/log/rsnapshot localhost/
|
|
|
+#backup /var/log/rsnapshot localhost/
|
|
|
#backup /etc/passwd localhost/
|
|
|
#backup /home/foo/My Documents/ localhost/
|
|
|
#backup /foo/bar/ localhost/ one_fs=1, rsync_short_args=-urltvpog
|