-
Notifications
You must be signed in to change notification settings - Fork 18
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 a single file or folder from backup #7072
Comments
Add Restic wrapper helper command Refs NethServer/dev#7072
Released |
Restore user's mail folder:
The The client (Evolution, Webtop) takes a while before listing the restored folder. I still do not grasp what is the condition that makes it suddenly visible 🤔 |
From @andre8244, TODO:
|
List backup repositories of a module Refs NethServer/dev#7072
It can't work because the a disabled mailbox means the user disappears from Dovecot user DB. It makes impossible to produce IMAP folder listings, necessary for the restore procedure. |
Selective restoration of IMAP folders Refs NethServer/dev#7072
feat(ui): restore mail folder Refs NethServer/dev#7072
Selective restore of Samba File Server contents Refs NethServer/dev#7072
Translate-URL: https://hosted.weblate.org/projects/ns8/samba/ Translate-URL: https://hosted.weblate.org/projects/ns8/samba/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/samba/es/ Translate-URL: https://hosted.weblate.org/projects/ns8/samba/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/samba/it/ Translate-URL: https://hosted.weblate.org/projects/ns8/samba/pt/ Translate-URL: https://hosted.weblate.org/projects/ns8/samba/pt_BR/ Translation: NS8/samba Co-authored-by: Davide Principi <davide.principi@nethesis.it> Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: albanobattistella <albano_battistella@hotmail.com> Refs NethServer/dev#7072
Test case Components:
New scenarios:
Additional checks
|
Translate-URL: https://hosted.weblate.org/projects/ns8/mail/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/es/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/it/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/pt/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/pt_BR/ Translation: NS8/mail Co-authored-by: Davide Principi <davide.principi@nethesis.it> Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Refs NethServer/dev#7072
In testing Mail 1.5.0-dev.3 See commit NethServer/ns8-mail@4be69b7 |
@andre8244 I confirm that this is the behavior. However I don't have a solution to exclude these false positive matches. The issue should not be noticeable as they are appended at the bottom of the list. |
Translate-URL: https://hosted.weblate.org/projects/ns8/samba/it/ Translation: NS8/samba Co-authored-by: Davide Principi <davide.principi@nethesis.it> Refs NethServer/dev#7072
Translate-URL: https://hosted.weblate.org/projects/ns8/mail/it/ Translation: NS8/mail Co-authored-by: Luca Gasparini <luca.gasparini@nethesis.it> Refs NethServer/dev#7072
Test cases passed successfully:
VERIFIED |
File server and Mail server store user data as files and folders: a single file or folder restore tool can be useful in case of accidental data removal.
Basic restore workflow:
Contents are restored to a separate folder, so the user can access by their side.
It was also requested the procedure to explore a NS8 Restic backup
Discussion https://mattermost.nethesis.it/nethesis/pl/x1ooc8ctmiyhjxhbxq1eiz9rch
See also
Sub-tasks:
restic-wrapper
command to manually extract individual files and directories from the app's Restic repository Add Restic wrapper helper command ns8-core#738restic-wrapper
admin's manual documentation Add external link to restic-wrapper documentation ns8-docs#121The text was updated successfully, but these errors were encountered: