6 lines
105 B
Plaintext
Raw Normal View History

2021-02-19 21:34:24 +01:00
cpv() {
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv