6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
cpv() {
|
||
|
rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@"
|
||
|
}
|
||
|
|
||
|
compdef _files cpv
|