Exclude /var/log/journal from log collection

The binary journals are not portable and we extract text files
for the interesting services. Omit these from the log collection.

Change-Id: Ic669712f8a1cbfa6bfc8255590f3984034c8643e
(cherry picked from commit 06922f4381)
This commit is contained in:
Jonathan Rosser 2022-06-27 17:51:25 +01:00
parent 5569fe4ecf
commit b14c95dac8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export ARA_REPORT_TYPE=${ARA_REPORT_TYPE:-"database"}
export TESTING_HOME=${TESTING_HOME:-$HOME}
export TS=$(date +"%H-%M-%S")
export RSYNC_CMD="rsync --archive --copy-links --ignore-errors --quiet --no-perms --no-owner --no-group --whole-file --inplace"
export RSYNC_CMD="rsync --archive --copy-links --ignore-errors --quiet --no-perms --no-owner --no-group --whole-file --inplace --exclude journal"
# NOTE(cloudnull): This is a very simple list of common directories in /etc we
# wish to search for when storing gate artifacts. When adding