-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f445d7
commit 29ad034
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,10 @@ | |
|
||
Running BackupRestore.exe with -h, "BackupRestore.exe -h" on CMD will give you the following guide to running | ||
<br> | ||
`BioStar2 Backup & Restore -p <PortNumber> -k <KeyFile> -c <CertFile> -a <IP Address> -r <Resource Folder Location>` | ||
`BioStar2 Backup & Restore -p <PortNumber> -k <KeyFile> -c <CertFile> -a <IP Address>` | ||
<br><br> | ||
An example of the proper running ettiquete is below:<br> | ||
`BackupRestore.exe -p 449 -a 127.0.0.1 -k "C:\\biostar_cert.key" -c "C:\\biostar_cert.crt" -r "C:\\PythonTool\\BioStar2PythonBackupTool\\res"` | ||
<br><br> | ||
You have to define the resource folder when running the utility (During testing, when ran as admin (As needed for restore) | ||
<br> | ||
There were problems, as the utility kept going to tempfiles instead of the res. Just define it before running and it will be fine! | ||
`BackupRestore.exe -p 449 -a 127.0.0.1 -k "C:\\biostar_cert.key" -c "C:\\biostar_cert.crt"` | ||
<br><br> | ||
The download link for the backup will only work if site is secure (Or changed chrome settings) | ||
<br> | ||
|
@@ -19,6 +15,6 @@ The tool by default is setup for 64 bit usage, but the folders used for backup c | |
<br> | ||
The mysqldump.exe and mysql.exe instances can also be changed but use the default ones in the BioStar2 (x64) folder. | ||
<br><br> | ||
Included cert files are for my specific installation, replace path in running above or actual files with your own BioStar2 ones. From (nginx\conf). | ||
Replace -c and -k path in running above with BioStar2 .crt and .key files from (nginx\conf). | ||
<br><br> | ||
Its still rough, but any ideas, shoot me an email at [email protected] :) |