add rsyncall

master
Ben Harris 2024-03-27 15:27:32 -04:00
parent f0fdbab641
commit 8698adae25
1 changed files with 3 additions and 0 deletions

3
bin/bin/rsyncall 100755
View File

@ -0,0 +1,3 @@
#!/bin/sh
# https://anarc.at/blog/2019-07-07-rsync-oneliner/
exec rsync -PaSHAXx --numeric-ids --info=progress2 "$@"