Commit 974b6ac6f923977cbc448b9f6fbc9bbb5e883b5f
1 parent
08df7c53
update
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
... | ... | @@ -28,6 +28,7 @@ |
28 | 28 | -r, --spod-git-password=password specify the passoword of SPOD git server (*). |
29 | 29 | -s, --spod-git-address=address:port specify the SPOD git server (deafult is service.routetopa.eu:7480). |
30 | 30 | -w, --spod-hostname=hostname specify the SPOD host name (example http://spod.routetopa.eu/). |
31 | + -e, --spod-www-backup=www-folder specify the SPOD www folder path. | |
31 | 32 | -d, --spod-database-version=db specify the SPOD db git path located in db_dump of SPOD git core (example in backup action: oxwall_v.0.1_antares.sql, deafults is really simple SPOD and Oxwall installationi; in restore action use a local db dump). |
32 | 33 | -b, --backup-dir=DIR specify the directory where store the spod backup (default is current directory). |
33 | 34 | * the arguments is required. |
... | ... | @@ -56,4 +57,4 @@ |
56 | 57 | |
57 | 58 | ### RESTORE ALL SPOD |
58 | 59 | |
59 | - sudo ./spod-manager.sh -a restoreall -m root -n mysqlpass -d /home/user/spod-manager/oxwall_version_dump.sql | |
60 | 60 | \ No newline at end of file |
61 | + sudo ./spod-manager.sh -a restoreall -m root -n mysqlpass -e /var/www -d /home/user/spod-manager/oxwall_version_dump.sql | |
61 | 62 | \ No newline at end of file | ... | ... |