Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed restore order so newest is first #624

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

Dashboy1998
Copy link
Contributor

Context

Implements #622

Choices

Doing in order of newest first as I think it's more likely you want to restore a recent backup rather than an older one

Test instructions

  1. Run restore and verify the order is newest to oldest
1) /palworld/backups/palworld-save-2024-11-17_07-52-20.tar.gz  4) /palworld/backups/palworld-save-2024-04-04_19-14-04.tar.gz
2) /palworld/backups/palworld-save-2024-04-05_00-00-00.tar.gz  5) /palworld/backups/palworld-save-2024-02-22_08-20-00.tar.gz
3) /palworld/backups/palworld-save-2024-04-04_19-15-20.tar.gz  6) /palworld/backups/palworld-save-2024-02-21_16-26-36.tar.gz

Checklist before requesting a review

  • I have performed a self-review/test of my code
  • I've added documentation about this change to the docs.
  • I've not introduced breaking changes.
  • My changes do not violate linting rules.

@thijsvanloef thijsvanloef linked an issue Nov 17, 2024 that may be closed by this pull request
1 task
@thijsvanloef thijsvanloef merged commit 8a940c1 into thijsvanloef:main Nov 17, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change order of backup restore options
2 participants