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 19:22:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
19d60e45b3a6ee1b7c6ac4353bc73f5fe3da9f6c
yorchnet_scripts
/
ysync.sh
T
3 lines
56 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
rsync --partial --size-only -ruav
$1
$2
Reference in New Issue
Copy Permalink