forked from Flowee/registry
7 lines
142 B
Bash
7 lines
142 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd `dirname $0`
|
||
|
|
rsync -r --times --open-noatime -l \
|
||
|
|
--del -v --hard-links \
|
||
|
|
remote/ ygg.bitcoincashcode.org:store/bcmr/
|