There was an error while loading. Please reload this page.
Please setup a MariaDB (or MySQL) server and create an empty database.
To download and build the server and the dashboard, please use the install script:
curl https://raw.githubusercontent.com/SalvatorBackup/salvator/master/install-server.sh | sh
Salvator's configuration is made by setting environment variables and then run the following command:
npm start
The available configuration variables are:
mysql
localhost
3306
root
salvator
backups
SalvatorFTW
keyboard cat
For example, the command:
DASHBOARD_PASSWORD=pimpmyride npm start
Will run the server with pimpmyride as dashboard password.
pimpmyride