This commit is contained in:
root 2022-11-27 17:07:06 +00:00
parent 39485b67cf
commit 2ebc100f10
2 changed files with 9 additions and 9 deletions

View file

@ -66,12 +66,12 @@ quodatum.duckdns.org {
@wiki host wiki.quodatum.duckdns.org
handle @wiki {
import auth_quodatum
import n2 8088
import xu4 8088
}
@wiki-alt host wiki-alt.quodatum.duckdns.org
handle @wiki-alt {
import auth_quodatum
import xu4 8088
import n2plus 8088
}
@code host code.quodatum.duckdns.org
handle @code {

4
tiddlywiki/tiddly-backup.sh Normal file → Executable file
View file

@ -11,8 +11,8 @@ PLUS=root@192.168.1.10:/home/odroid/thedocks/tiddlywiki/data
sync(){
rsync -av --delete $1 $2
}
#echo "XU4 ->DATASTORE"
#sync $XU4 $DATASTORE
echo "XU4 ->DATASTORE"
sync $XU4 $DATASTORE
echo "DATASTORE ->PLUS"
sync $DATASTORE $PLUS