Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ function docker-rsync() {
# --numeric-ids: use uuid by number instead of by name
# --info: silent output
# --no-compress: no compression algorithm
rsync -aHAWXS --numeric-ids --info= --no-compress "$@"
# --filer='-x security.selinux': don't try to copy SELinux xattrs since this just results in spamming the log with errors
rsync -aHAWXS --numeric-ids --info= --no-compress --filter='-x security.selinux' "$@"
}