create: implement --stdin-mode, --stdin-user and --stdin-group, #5333#5462
Merged
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom Nov 1, 2020
schors:master
Merged
create: implement --stdin-mode, --stdin-user and --stdin-group, #5333#5462ThomasWaldmann merged 1 commit intoborgbackup:masterfrom schors:master
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
schors:master
Conversation
Contributor
Author
|
Previous PR #5437 |
Codecov Report
@@ Coverage Diff @@
## master #5462 +/- ##
==========================================
- Coverage 83.54% 83.40% -0.15%
==========================================
Files 37 37
Lines 9957 9973 +16
Branches 1656 1659 +3
==========================================
- Hits 8319 8318 -1
- Misses 1155 1166 +11
- Partials 483 489 +6
Continue to review full report at Codecov.
|
Member
|
Thanks for the PR! Looks like non-critical to backport to 1.1-maint branch, do you want to do that? |
Contributor
Author
|
Yes I do |
ThomasWaldmann
added a commit
that referenced
this pull request
Nov 2, 2020
create: backport implementation --stdin-mode, --stdin-user and --stdin-group, #5462
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.
--stdin-mode, --stdin-user and --stdin-group options added
File mode forces to regular file with other values from the option --stdin-mode. Default mode is 0o100660.
Error occurs if given user or group do not exists. Default user and group values are taken from system uid/gid 0