Fix backup args and change to files type

master
Bel LaPointe 2020-02-13 07:33:20 -07:00
parent 511ee2196d
commit 264171010b
1 changed files with 3 additions and 3 deletions

View File

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