Summary: | Request: Allow bup to make backups of root folders | ||
---|---|---|---|
Product: | [Applications] kup | Reporter: | Nicola Pfister <nicola.pfister> |
Component: | general | Assignee: | Simon Persson <simon.persson> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | Die_Adresse, nate, nicola.pfister |
Priority: | NOR | ||
Version First Reported In: | 0.8.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicola Pfister
2021-01-04 09:27:10 UTC
I decided some time ago that system backup is not a goal for Kup, it's intended for personal files only. If you still want to use kup for this purpose then perhaps you can make the problematic files readable by a "backup" group and add your login user to this group. I just ran into the same use case. Would it be feasible to skip the files which are not readable? Folders can be excluded, however, not single files. I know you said backup of system files was not your primary intention, so just a thought ... As this request is marked as "resolved" not sure if anyone is still reading this anyway. Sorry for the late reply. Busy days. I decided quite early in the development of Kup that I didn't want to give people a false sense of security. So I never considered silently skipping files with problems. You could perhaps show a warning popup window or such. But I would still be hesitant to label that backup as successful (used for scheduling). Thanks for response - yes, makes of course sense! I created an anacron job to copy the (only readable) files to a new a directory and then use kup to get the KDE integration beauty. |