caddy
This commit is contained in:
parent
39485b67cf
commit
2ebc100f10
2 changed files with 9 additions and 9 deletions
|
@ -66,12 +66,12 @@ quodatum.duckdns.org {
|
||||||
@wiki host wiki.quodatum.duckdns.org
|
@wiki host wiki.quodatum.duckdns.org
|
||||||
handle @wiki {
|
handle @wiki {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import n2 8088
|
import xu4 8088
|
||||||
}
|
}
|
||||||
@wiki-alt host wiki-alt.quodatum.duckdns.org
|
@wiki-alt host wiki-alt.quodatum.duckdns.org
|
||||||
handle @wiki-alt {
|
handle @wiki-alt {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import xu4 8088
|
import n2plus 8088
|
||||||
}
|
}
|
||||||
@code host code.quodatum.duckdns.org
|
@code host code.quodatum.duckdns.org
|
||||||
handle @code {
|
handle @code {
|
||||||
|
|
4
tiddlywiki/tiddly-backup.sh
Normal file → Executable file
4
tiddlywiki/tiddly-backup.sh
Normal file → Executable file
|
@ -11,8 +11,8 @@ PLUS=root@192.168.1.10:/home/odroid/thedocks/tiddlywiki/data
|
||||||
sync(){
|
sync(){
|
||||||
rsync -av --delete $1 $2
|
rsync -av --delete $1 $2
|
||||||
}
|
}
|
||||||
#echo "XU4 ->DATASTORE"
|
echo "XU4 ->DATASTORE"
|
||||||
#sync $XU4 $DATASTORE
|
sync $XU4 $DATASTORE
|
||||||
|
|
||||||
echo "DATASTORE ->PLUS"
|
echo "DATASTORE ->PLUS"
|
||||||
sync $DATASTORE $PLUS
|
sync $DATASTORE $PLUS
|
Loading…
Add table
Reference in a new issue