feat(stdlib): added borg server custom promise
This commit is contained in:
parent
1a4192b5c9
commit
07db4ab5bd
2 changed files with 109 additions and 0 deletions
9
stdlib/backups/borg/common.go
Normal file
9
stdlib/backups/borg/common.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package borg
|
||||
|
||||
import gonf "git.adyxax.org/adyxax/gonf/v2/pkg"
|
||||
|
||||
func installBorgPackage() gonf.Status {
|
||||
packag := gonf.Package("borgbackup")
|
||||
packag.Resolve()
|
||||
return packag.Status()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue