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
0d5f6c222e07444e082da0b815a63a64266cad68
yorchnet_scripts
/
ysync.sh
T
3 lines
67 B
Bash
Raw
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