mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
5 lines
118 B
Bash
5 lines
118 B
Bash
cpv() {
|
|
rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
|
|
}
|
|
compdef _files cpv
|