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

Get the backup path from the user #96

Open
mehdiyari opened this issue Sep 16, 2023 · 0 comments · May be fixed by #99
Open

Get the backup path from the user #96

mehdiyari opened this issue Sep 16, 2023 · 0 comments · May be fixed by #99
Assignees
Labels

Comments

@mehdiyari
Copy link
Owner

Is your feature request related to a problem? Please describe.
No, This is just a new feature.

Describe the solution you'd like
Currently, the flow is that once the user clicks on the backup we save the backup in Krypt private folders, this causes storage usage if Krypt contains a lot of files. I want to request a feature the user can select the path once click on the backup and we can save the backup file directly to this path.

Whats needs to be done:

  1. Once the user clicks on the backup we request user to select a folder.
  2. Once the user selects the folder we check the permission.
  3. If the user grant the permission then we write the backup to the selected folder.
  4. We show the message to the user that the backup was saved to this folder.
  5. We show the backup in the list.
  6. We should change the save action on the backup items, if the user clicks on them we loop the below items and move the current backup.

Describe alternatives you've considered
No Alternative.

@mehdiyari mehdiyari linked a pull request Sep 30, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants