-
Notifications
You must be signed in to change notification settings - Fork 6
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
Retention policy #27
Comments
ATM, I use NPbackup with append-only rest-server so I didn't implement the gui, although the delete command already exists in CLI. I'll have retention/prune/deletion implemented in 2.3 which should come next month. Post-exec commands don't have access to environment variables for security reasons. |
I see, right, there's "--forget" command. Thanks for info. |
Retention policies are being developped in v2.3. |
Thank you! Multi repository version looks very useful. I have multiple usb backup destinations with multiple sources path: usb-X, usb-X/music, usb-X/pictures, usb-X/etc (each source directory has own sets of rules, has own npbackup.cmd script). I understand, multi repository version allows grouping together all sources under one repository (usb-X) and each source can retain own tags and sets of rules? |
The idea of multi repository version is double:
Willing to take comments and ideas at this stage ;) |
Customer request: Have another client that doesn't have restore privileges.
Now the question is, how to bake the privileges into the client, without being overridable just by editing the config file. The tricky part is the encryption algorithm. One that has access to the source code of NPBackup, can use it to decrypt the config file, thus getting the required privileges. Possible solutions:
I'm all out of unicorn magic. Any better magic unicorns are welcome ;) |
Well, I am just a home user using couple of usb drivers, so all those multi user encryption grade stuff is well above my pay-grade ;) Dunno, maybe some simple "no-so-secure" path for home user would be helpful, while maintaining options for advances users like admins and/or multi users environments. |
Sorry, I used this issue as "idea notepad" ;) May I ask, do you use a remote server ? If so, which kind ? |
No problem! No, I do not use a remote server for now. Just a few usb drivers acts as a local storage. So, every thing is "on the site". In the future maybe I'll use a proper NAS, so ability to control remote repository will be handy. |
Thanks for your answer ;) |
Retention policies, snapshot forgetting, pruning etc is now implemented in v3.0rc1. |
Looking for convert my scripts to Npbackup, only three things are missing: retention policy, deleting a snapshots and prune option. As I understand, currently they are not directly available? I suppose "post-exec" command may be used for this purpose.
The text was updated successfully, but these errors were encountered: