1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00

Add bash completion for --exclude-gitignored

This commit is contained in:
civts 2023-03-02 23:30:44 +01:00
parent 492b8f4378
commit 0df6f615cc
No known key found for this signature in database
GPG key ID: 9BF324952F7FD6FD

View file

@ -398,6 +398,8 @@ _restic_backup()
two_word_flags+=("--exclude-larger-than")
local_nonpersistent_flags+=("--exclude-larger-than")
local_nonpersistent_flags+=("--exclude-larger-than=")
flags+=("--exclude-gitignored")
local_nonpersistent_flags+=("--exclude-gitignored")
flags+=("--files-from=")
two_word_flags+=("--files-from")
local_nonpersistent_flags+=("--files-from")