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

Data backup modes #6

Open
1 of 8 tasks
hsbasu opened this issue Dec 19, 2021 · 0 comments
Open
1 of 8 tasks

Data backup modes #6

hsbasu opened this issue Dec 19, 2021 · 0 comments
Assignees
Labels
enhancement: performance 🔋 This should enhance the performance of the application often with new features.. help wanted Extra attention is needed

Comments

@hsbasu
Copy link
Member

hsbasu commented Dec 19, 2021

Data backup should have two modes:

  1. Sync mode- where file(s) or directories are synchronized with another keeping only the latest version. Useful for backing up static data like some script which are updated time to time or security keys like ssh or gpg keys. Use one of the following modes

    1. Compressed backup - tar ball of data
    2. Rsync: using rsync
    3. Add option for user-defined time interval to sync data
  2. Incremental mode: Where incremental backups are created like any other backup app. Use one of the following modes

    1. Compressed backup - tar ball of data
    2. Rsync: using rsync
    3. Add option for user-defined time interval to backup data
@hsbasu hsbasu self-assigned this Dec 19, 2021
@hsbasu hsbasu added enhancement: performance 🔋 This should enhance the performance of the application often with new features.. help wanted Extra attention is needed labels Dec 19, 2021
@hsbasu hsbasu changed the title Data backup mode Data backup modes Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement: performance 🔋 This should enhance the performance of the application often with new features.. help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant