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" servercfgdefault="starbound_server.config"
servercfgdir="${filesdir}/storage" servercfgdir="${filesdir}/storage"
servercfgfullpath="${servercfgdir}/${servercfg}" servercfgfullpath="${servercfgdir}/${servercfg}"
# Backup
backupdays="30"
backupdir="${rootdir}/backups" backupdir="${rootdir}/backups"
# Logging # Logging

Loading…
Cancel
Save