mirror of
https://github.com/jorgevasquezp/yorchnet_scripts.git
synced 2026-09-16 19:22:22 +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
|