mirror of https://tildegit.org/ben/dotfiles
add rsyncall
parent
f0fdbab641
commit
8698adae25
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# https://anarc.at/blog/2019-07-07-rsync-oneliner/
|
||||
exec rsync -PaSHAXx --numeric-ids --info=progress2 "$@"
|
Loading…
Reference in New Issue