ysync now shows progress

This commit is contained in:
2020-12-23 08:59:07 -08:00
parent 8117e40272
commit 0d5f6c222e
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/bash
rsync --partial --size-only -ruav $1 $2
rsync --partial --progress --size-only -ruav $1 $2