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

Add backup automation #36

Open
soobinrho opened this issue Dec 2, 2022 · 2 comments
Open

Add backup automation #36

soobinrho opened this issue Dec 2, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@soobinrho
Copy link
Member

  • Make a backup every day or every week. One system for K8s persistent volumes; another system for Docker Compose named volumes.
  • Encrypt the backups.
  • Make cronjob and bash scripts. Alternatively, use an existing program that already does the job.
@soobinrho soobinrho added the enhancement New feature or request label Dec 2, 2022
@soobinrho soobinrho self-assigned this Dec 2, 2022
@soobinrho soobinrho moved this to 🆕 New in TODO List Dec 2, 2022
@soobinrho
Copy link
Member Author

  • Encryption will be done using gpg.
    Example:
# Encrypt
gpg -e <filename>

# Decrypt
gpg <filename>

Now, we'll be focusing on the automation of these processes.

@soobinrho
Copy link
Member Author

  • Consider rsync

Note: https://news.ycombinator.com/item?id=34197837

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant