fix(stdlib): fixed borg name used for the pruning call in the template script
This commit is contained in:
parent
bae2d26671
commit
b8b6bf80f1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ func (b *BorgClient) Resolve() {
|
|||
hostname,
|
||||
name,
|
||||
job.path,
|
||||
job.hostname, name)).
|
||||
hostname, name)).
|
||||
Resolve()
|
||||
service_name := fmt.Sprintf("borgbackup-job-%s.service", name)
|
||||
gonf.File(filepath.Join(systemdSystemPath, service_name)).
|
||||
|
|
Loading…
Add table
Reference in a new issue