KenKundert / emborg

Interactive command line interface to Borg Backup
GNU General Public License v3.0
94 stars 8 forks source link

exclude_from to accept lists #24

Closed kewlfft closed 4 years ago

kewlfft commented 4 years ago

Possible enhancement is to have in configuration exclude_from accepting list of filenames instead of a single name as Borg accepts several instances of exclude_from.

KenKundert commented 4 years ago

Yeah, that is a good idea, and should be pretty easy. I'll put that on the list.

-Ken

KenKundert commented 4 years ago

Whoops. exclude_from is already supported. To see a list of all the supported borg options type: emborg settings --available.

-Ken

kewlfft commented 4 years ago

yes it exists but it accepts one filename as a parameter (string), it could accept a list of filenames as Borg accepts several instances of it. This is to be able to provide several filenames.

KenKundert commented 4 years ago

Oh, sorry, I responded to your request after just glancing at it. I did not read it carefully. I can support a list.

-Ken

On Mon, Oct 28, 2019 at 05:10:03PM -0700, kewl wrote:

yes it exists but it accepts one filename as a parameter (string), it could accept a list of filenames as Borg accepts several instances of it. This is to be able to provide several filenames.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/KenKundert/emborg/issues/24#issuecomment-547199592

KenKundert commented 4 years ago

I have updated the github repository. I believe the issue is resolved.