dotfiles/.local/bin/scripts/dsync
2021-11-04 12:24:36 +01:00

4 lines
199 B
Bash
Executable file

#!/bin/sh
# rsync directory properly
# suffix both dirs with / to act on contents
rsync -recursive --specials --times --links --delete --info=progress2,remove,symsafe,flist,del --human-readable "$@"