1
0
forked from clan/clan-core

borgbackup: drop comment from string

Looks weird in the logs.
This commit is contained in:
Jörg Thalheim 2024-02-22 15:42:19 +01:00
parent 12ce8238f1
commit 7208d63e78

View File

@ -73,10 +73,9 @@ in
clanCore.backups.providers.borgbackup = { clanCore.backups.providers.borgbackup = {
# TODO list needs to run locally or on the remote machine # TODO list needs to run locally or on the remote machine
list = '' list = ''
${lib.concatMapStringsSep "\n" (dest: '' # we need yes here to skip the changed url verification
# we need yes here to skip the changed url verification ${lib.concatMapStringsSep "\n" (dest: ''yes y | borg-job-${dest.name} list --json | jq -r '. + {"job-name": "${dest.name}"}' '')
yes y | borg-job-${dest.name} list --json | jq -r '. + {"job-name": "${dest.name}"}' (lib.attrValues cfg.destinations)}
'') (lib.attrValues cfg.destinations)}
''; '';
create = '' create = ''
${lib.concatMapStringsSep "\n" (dest: '' ${lib.concatMapStringsSep "\n" (dest: ''