Update packages

This commit is contained in:
orangepi-xunlong
2022-04-12 14:37:11 +08:00
parent 80486a6e19
commit 40d0ce6a3a
34 changed files with 249 additions and 120 deletions

View File

@@ -15,10 +15,11 @@ USE_RSYNC=true
# commands used to synchronize logs to disk from RAM (XTRA_RSYNC_TO) or from
# disk to RAM (XTRA_RSYNC_FROM). These are bash arrays to make specifying
# multiple arguments easy even in the presence of whitespace.
XTRA_RSYNC_TO=(
## If you use log rotation programs that datestamp their logs (e.g., runit's
## svlogd or daemontools' multilog), deleting log files while synchronizing is
## likely a good idea.
# --delete
)
# If you use log rotation programs that datestamp their logs (e.g., runit's
# svlogd or daemontools' multilog), deleting log files while synchronizing is
# likely a good idea.
#XTRA_RSYNC_TO=(--delete)
XTRA_RSYNC_FROM=()
XTRA_RSYNC_FROM=()

View File

@@ -6,3 +6,4 @@
/mnt/*
/run/*
/tmp/*
/ddbr/*