mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-21 01:02:35 +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
|