Fix backup args and change to files type

master
Bel LaPointe 2020-02-13 07:33:20 -07:00
parent 449d759156
commit 143101d62f
1 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@ func EnqueueBackups() {
} }
conf := lastn.Config{ conf := lastn.Config{
N: 3, N: 3,
Rclone: realpath + "-backups", Rclone: "/dev/null",
Root: realpath, Root: realpath,
Ns: "backups", Ns: "backups",
Store: "rclone", Store: "files",
Conf: "/dev/null", Conf: realpath + "-backups",
} }
log.Printf("backups conf: %+v", conf) log.Printf("backups conf: %+v", conf)
lastn, err := lastn.New(conf) lastn, err := lastn.New(conf)