This website requires JavaScript.
Explore
Help
Sign In
jorge
/
yorchnet_scripts
Watch
1
Star
0
Fork
0
mirror of
https://github.com/jorgevasquezp/yorchnet_scripts.git
synced
2026-09-16 11:13:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
yorchnet_scripts
/
ysync.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
3 lines
67 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
added a simple rsync script to easily sync 2 directories
2020-07-02 10:58:03 -07:00
#!/usr/bin/bash
ysync now shows progress
2020-12-23 08:59:07 -08:00
rsync --partial --progress --size-only -ruav
$1
$2
Reference in New Issue
Copy Permalink