zshconfig/rsync
2020-06-11 05:04:00 +02:00

3 lines
46 B
Text

function rsync_cp() {
rsync -avzhruP $1 $2
}