Ignore log and runfiles

This commit is contained in:
Janek Bevendorff 2015-10-14 18:16:01 +02:00
parent 62a83a2a6c
commit c02c79108e
1 changed files with 3 additions and 0 deletions

View File

@ -385,6 +385,9 @@ perform_backup() {
--archive \ --archive \
--delete \ --delete \
--delete-excluded \ --delete-excluded \
--exclude=\"${_RUNFILE}\" \
--exclude=\"${LOG_FILE}\" \
--exclude=\"${USER_LOG_FILE}\" \
--include-from=\"${inclusion_pattern_file}\" \ --include-from=\"${inclusion_pattern_file}\" \
--exclude=\"*\" \ --exclude=\"*\" \
${rsync_opts} \ ${rsync_opts} \