forked from github/server
Merge branch 'master' into develop
This commit is contained in:
commit
20087260c9
1 changed files with 3 additions and 0 deletions
|
@ -29,3 +29,6 @@ files="$files orders.$TURN"
|
|||
fi
|
||||
echo "backup turn $TURN, game $GAME, files: $files"
|
||||
tar cjf backup/$TURN.tar.bz2 $files
|
||||
echo "uploading game-$GAME/$TURN.tar.bz2"
|
||||
curl -n -T backup/$TURN.tar.bz2 https://dav.box.com/dav/Eressea/game-$GAME/$TURN.tar.bz2
|
||||
curl -n -T eressea.db https://dav.box.com/dav/Eressea/eressea.db
|
||||
|
|
Loading…
Reference in a new issue