Skip to content

Commit

Permalink
Updating the readme and increasing version
Browse files Browse the repository at this point in the history
  • Loading branch information
GhoulofGSG9 committed Mar 27, 2015
1 parent f9f4a8d commit e0b74c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ workshopbackup.py or workshopbackup.exe file there.
Run it once to generate the config file. Make sure it runs with the mod-directory as its current
directory.

Existing mod folders will be automatically zipped by the backup server on demand.

Edit the config file after your needs. For more details about the configuration look
into the configuration section of this readme. And restart it.

Expand Down Expand Up @@ -156,8 +158,11 @@ If a file matching that pattern is present, it is served via the usual http-prot
If the request does not match the pattern, it is 404'ed.

If the request DOES match the pattern, but there is no such file, a 202 (request accepted,
come back later) is returned and a request is sent to the steam-downloader part of
the server.
come back later) is returned.

If a folder fitting the given mod token exists it will be zipped on demand.

Otherwise a request is sent to the steam-downloader part of the server.

The steam downloader will (in the background) try to download information about the
given mod_id. Once steam answers, the response is analysed and stored away (persisted
Expand Down
2 changes: 1 addition & 1 deletion workshopbackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import time
from zipfile import ZIP_DEFLATED, ZipFile

VERSION = "0.4"
VERSION = "0.5"

#
# CONFIGURE BLOCK
Expand Down

0 comments on commit e0b74c5

Please sign in to comment.