mirror of
https://github.com/jorgevasquezp/yorchnet_scripts.git
synced 2026-09-16 11:13:16 +00:00
3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
#!/usr/bin/bash
|
|
rsync --partial --size-only -ruav $1 $2
|