borg icon indicating copy to clipboard operation
borg copied to clipboard

extract: document lack of wildcard support in default pattern style

Open Atemu opened this issue 1 year ago • 3 comments

Fixes https://github.com/borgbackup/borg/issues/8589

Atemu avatar Dec 20 '24 09:12 Atemu

@Atemu did you see my feedback, can you fix it?

ThomasWaldmann avatar Dec 30 '24 22:12 ThomasWaldmann

I did see your feedback, I will get to this eventually.

Atemu avatar Dec 30 '24 22:12 Atemu

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 81.46%. Comparing base (16e7039) to head (fdabbd7). :warning: Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8590   +/-   ##
=======================================
  Coverage   81.46%   81.46%           
=======================================
  Files          77       77           
  Lines       13520    13520           
  Branches     2004     2004           
=======================================
  Hits        11014    11014           
  Misses       1853     1853           
  Partials      653      653           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 10 '25 09:10 codecov[bot]

Fixed it myself.

ThomasWaldmann avatar Oct 10 '25 11:10 ThomasWaldmann

/backport 1.4-maint

ThomasWaldmann avatar Oct 12 '25 13:10 ThomasWaldmann

Hmm, is there an issue in #9026 or why does it not backport?

Update: it triggered the action, but then just said "Skipped"!?

ThomasWaldmann avatar Oct 12 '25 13:10 ThomasWaldmann

/backport 1.4-maint

ThomasWaldmann avatar Oct 12 '25 14:10 ThomasWaldmann

/backport

ThomasWaldmann avatar Oct 12 '25 14:10 ThomasWaldmann

Backport failed for 1.4-maint, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 1.4-maint
git worktree add -d .worktree/backport-8590-to-1.4-maint origin/1.4-maint
cd .worktree/backport-8590-to-1.4-maint
git switch --create backport-8590-to-1.4-maint
git cherry-pick -x fdabbd76339a4079b1238931c22cd050046ac675

github-actions[bot] avatar Oct 12 '25 14:10 github-actions[bot]