Browse Source

backupdays

pull/1144/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
dda4a24cc2
  1. 3
      Starbound/sbserver

3
Starbound/sbserver

@ -76,6 +76,9 @@ servercfg="starbound_server.config"
servercfgdefault="starbound_server.config"
servercfgdir="${filesdir}/storage"
servercfgfullpath="${servercfgdir}/${servercfg}"
# Backup
backupdays="30"
backupdir="${rootdir}/backups"
# Logging

Loading…
Cancel
Save