From e33ac6ffcb5488eba170a917c0ba4ef7a64a14d7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 26 Sep 2023 09:57:24 +0300 Subject: [PATCH] dotfiles/zshrc: add RSYNC_OLD_ARGS Some time last year rsync made a breaking change around argument parsing. --- dotfiles/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 8a078e3..4eb67b9 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -62,6 +62,10 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then # For dspace-angular Node.js build: JavaScript heap out of memory export NODE_OPTIONS=--max_old_space_size=4096 + + # For rsync breaking change in arg parsing since 2022 + # See: https://github.com/bit-team/backintime/issues/1247 + export RSYNC_OLD_ARGS=1 fi # Enable zsh completions for rtx version manager