From: Oleg Broytman Date: Sun, 3 Oct 2021 14:47:03 +0000 (+0300) Subject: `bin/r`: Remove option `-4` from `rsync` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=62106844427826f1c300d54ddfc137b27f49432d `bin/r`: Remove option `-4` from `rsync` Add `-v`. --- diff --git a/bin/r b/bin/r index 6656358..a0488de 100755 --- a/bin/r +++ b/bin/r @@ -1,2 +1,2 @@ #! /bin/sh -exec rsync -ahP4 "$@" +exec rsync -ahPv "$@"