diff options
author | KamiCreed <9517086+KamiCreed@users.noreply.github.com> | 2020-03-29 05:08:13 -0700 |
---|---|---|
committer | KamiCreed <9517086+KamiCreed@users.noreply.github.com> | 2020-03-29 05:08:13 -0700 |
commit | d0d55a23581bd792abc63557a83713720b1307f9 (patch) | |
tree | 6f1d0ed63ff286ad0632a0cd0244fde340b8cb6b | |
parent | 2fc13856de14f580c8e688f8fd91faf321658f8b (diff) | |
download | minecraft-server-tools-d0d55a23581bd792abc63557a83713720b1307f9.tar.gz |
Add TODO to incorporate previous backup method
-rwxr-xr-x | server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ function create_bup_backup() { echo "Backup using bup to $CUR_BACK_DIR is complete" } -# Deprecated +# TODO: Make default .tar with optional bup function create_backup_archive() { ARCHNAME="backup/$WORLD_NAME-backup_`date +%d-%m-%y-%T`.tar.gz" tar -czf "$ARCHNAME" "./$WORLD_NAME" |