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

Restore rsa keys #32

Closed
rodriguestiago0 opened this issue Sep 24, 2021 · 0 comments
Closed

Restore rsa keys #32

rodriguestiago0 opened this issue Sep 24, 2021 · 0 comments
Labels
bug Something isn't working type: restore

Comments

@rodriguestiago0
Copy link

rodriguestiago0 commented Sep 24, 2021

I just noticed that you backup the rsa keys into a tar file but the restore script is looking for a rsa json file.

FIND_FILE_RSAKEY="$( basename "$(ls ${RESTORE_EXTRACT_DIR}/rsakey.*.json 2>/dev/null)" )"

Fix: FIND_FILE_RSAKEY="$( basename "$(ls ${RESTORE_EXTRACT_DIR}/rsakey.*.tar 2>/dev/null)" )"

@ttionya ttionya added bug Something isn't working type: restore labels Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working type: restore
Projects
None yet
Development

No branches or pull requests

2 participants