Back Up To Dropbox etc?

Is there a way i can make it so my map get’s backed up to a offsite back up? So if the harddrive in the PC that’s running minecraft turnkey fails i can still keep my map as i will have a back up?

1 Like

There is certainly nothing built into MineOS by default. In theory, you could schedule some crons to do this work for you.

  1. Created a scheduled backup process of your server in MineOS (I think it zips it as part of the archive)
  2. Create a .sh to move the file from your HDD to dropbox.
  3. Have the .sh delete the original archive (keeps your HDD nice and clean)
  4. Call the .sh in Cron