1
0

6 lines
105 B
Plaintext
Raw Normal View History

2024-02-05 23:28:28 +01:00
cpv() {
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
}
compdef _files cpv