Commit Graph

10 Commits (master)

Author SHA1 Message Date
Joey Hines 8378f2ead3
Added File remote backups
+ Copies the backup to a target directory
+ Useful for backing up to another local drive or mounted network drive
+ Various improvements
+ Fixed .drone.yml
2021-09-19 13:56:30 -06:00
Joey Hines 9c7f9906ad
Added remote section to example config in README.md 2021-02-04 16:21:31 -06:00
Joey Hines 18c6411bf5 Merge branch 'master' into sftp 2021-02-04 01:49:31 +01:00
Joey Hines 101a3f649a
Added remote backup cleanup
+ Didn't find a great way to make the cleanup generic, a just copy/paste pretty much for now
+ fmt + clippy
2021-02-03 18:46:33 -06:00
Joey Hines 320c600c5a Fixed README.md 2020-11-06 21:05:44 +01:00
Joey Hines a7e2b260bc Fixed chunk range for restore
+ A single chunk can now also be restored
+ clippy+fmt
2020-11-05 20:35:34 -06:00
Joey Hines 5a403b4b64 Updated readme 2020-11-03 21:54:15 -06:00
Joey Hines b408ed4d2a Added export subcommand
+ Takes a backup and exports it as a playable single player world
+ Changed file name format
+ Switched to using StructOpt for the argument parsing
+ Updated README.md
2020-10-24 13:41:11 -05:00
Joey Hines 0752877345 Added discord webhooks and more status messages
+ Updated readme
2020-06-07 14:21:26 -05:00
Joey Hines bb38e05479 Initial Commit
+ Handles overworld back up of regions
+ Needs to do player data backup and
+ Support for other world types needed as well
2020-06-06 14:41:42 -05:00