-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
Clarify '--one-file-system' for btrfs #5391
Conversation
This addresses borgbackup#4009. The documentation now explicitly mentions btrfs subvolumes.
I don't understand what you mean by "check in the code". I found the code relating to
I think, borg create is the only command accepting |
Yes, that is what I meant, add a paragraph to user docs. Just say what it does so that it is clear how "one filesystem" is defined. |
This PR is changing way to many files. |
Do not run build_usage / build_man (or at least do not commit the result, so it is more clear what the PR is actually changing) - this is done at release time. |
Oh, sorry, I'm not familiar with github pull requests. I meant to make a different pull request, but it got mashed into this one. I will have look later on or tomorrow. |
I now inserted a paragraph in the prose part of the docs. |
Looks good. Can you get some other btrfs user from #4009 to review this also (I am unfamiliar with btrfs specifics)? |
I will. |
@eike-fokken it means the overall test coverage could be improved. Unrelated to this PR. |
The feedback from issue borgbackup#4009 is now included.
I got replies from two btrfs users and included their comments, see #4009. |
Codecov Report
@@ Coverage Diff @@
## master #5391 +/- ##
==========================================
- Coverage 83.61% 83.41% -0.21%
==========================================
Files 37 37
Lines 9957 9957
Branches 1656 1656
==========================================
- Hits 8326 8306 -20
- Misses 1149 1162 +13
- Partials 482 489 +7
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #5391 +/- ##
==========================================
- Coverage 83.61% 83.41% -0.21%
==========================================
Files 37 37
Lines 9957 9957
Branches 1656 1656
==========================================
- Hits 8326 8306 -20
- Misses 1149 1162 +13
- Partials 482 489 +7
Continue to review full report at Codecov.
|
Looks good, are you finished? |
I am! That was a pleasant experience, thanks for your time! |
Thanks for working on this. Guess we better do a backport to 1.1-maint (as the 1.1.x docs are what people usually read). |
Seems like a good idea, my system's borg is 1.1.13 and I am on Debian testing, so rather up-to-date. |
docs: clarify borg create's '--one-file-system' option, borgbackup#4009 The documentation now explicitly mentions btrfs subvolumes and explains how --one-file-system works. Co-authored-by: Eike <e.fokken+git@posteo.de>
This addresses #4009. The documentation now explicitly mentions
btrfs subvolumes.
I'm happy to change the wording if the PR is welcome but the exact wording is not.