mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 01:26:43 +07:00
Update packages
This commit is contained in:
@@ -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=()
|
||||
|
||||
@@ -6,3 +6,4 @@
|
||||
/mnt/*
|
||||
/run/*
|
||||
/tmp/*
|
||||
/ddbr/*
|
||||
|
||||
Reference in New Issue
Block a user