mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Patch sample config file to include usr/home as most modern FreeBSD configs have /home as a symlink to /usr/home. Without this users coule be tricked into thinking they were successfully backing up their home directory. MFH: 2015Q4
17 lines
502 B
Text
17 lines
502 B
Text
--- acts.conf.sample.orig 2015-10-30 19:25:27 UTC
|
|
+++ acts.conf.sample
|
|
@@ -4,12 +4,12 @@
|
|
# backuptargets
|
|
# Space-separated list of directories to backup, relative to /. This is a required option.
|
|
# Default: unset
|
|
-backuptargets="var etc home root"
|
|
+backuptargets="var etc home root usr/home"
|
|
|
|
# tarsnap
|
|
# What command to call for 'tarsnap'.
|
|
# Default: tarsnap
|
|
-tarsnap="nice -n19 ionice -c3 tarsnap"
|
|
+tarsnap="nice -n19 tarsnap"
|
|
|
|
# tarsnapbackupoptions
|
|
# What options to use when backing up.
|