feat(core): add GUI support for explicit attribute preservation and…#2444
Open
jtrag wants to merge 1 commit intobit-team:devfrom
Open
feat(core): add GUI support for explicit attribute preservation and…#2444jtrag wants to merge 1 commit intobit-team:devfrom
jtrag wants to merge 1 commit intobit-team:devfrom
Conversation
…pecialized rsync flags - Added dedicated toggles under 'Expert Options' for specialized rsync flags: Preserve Creation Time (`--crtimes`), Preserve Owner (`--owner`), Preserve Group (`--group`), Sparse Files (`--sparse`), and Numeric IDs (`--numeric-ids`). - Directly mapped UI components to config logic and `rsyncPrefix` generation in `tools.py` for maximum backup configurability. Authored by @jtrag (https://github.com/jtrag). ☕ BuyMeACoffee: https://buymeacoffee.com/jtrag 💙 PayPal: https://paypal.com/donate/?business=DN9W5GQ638WPQ
Member
|
On hold until #2446 is merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I am a new contributor, and I was fixing/modifying some things about BackInTime for myself today, but then I decided to do it as a contribution to the official project and add a much-wanted feature while I was at it (I added dry run). I have tested everything, and it works 100%. Screenshots shouldn't be necessary for these additions/fixes since nothing about the GUI itself has changed. I hope this helps others to continue to use BackIntime for many years to come!
feat(core): add GUI support for explicit attribute preservation and specialized rsync flags
--crtimes), Preserve Owner (--owner), Preserve Group (--group), Sparse Files (--sparse), and Numeric IDs (--numeric-ids).rsyncPrefixgeneration intools.pyfor maximum backup configurability.Authored by @jtrag (https://github.com/jtrag).
☕ BuyMeACoffee: https://buymeacoffee.com/jtrag
💙 PayPal: https://paypal.com/donate/?business=DN9W5GQ638WPQ