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

Feature Idea: Support backup and restore to and from encrypted LUKS volume #5

Open
windowsrefund opened this issue Jun 24, 2019 · 1 comment

Comments

@windowsrefund
Copy link
Owner

This is a WIP draft describing the work-flow requirements to support backing up and restoring to and from an encrypted volume (e.g. USB token).

Requirements:

  • A functional LUKS volume

Backup

  • Mount LUKS volume (block device passed in as argument)
  • Export GPG Keyring
  • Copy safe.tar.gz.asc to mounted volume

Restore

  • Mount LUKS volume (block device passed in as argument)
  • Import GPG Keyring (or simply point to it via environment vars)
  • Optionally copy safe.tar.gz.asc to home directory
@windowsrefund
Copy link
Owner Author

👍

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

No branches or pull requests

1 participant