From d32df3bec94aaa0fd69c6f9a061c3d7ef57a3b0d Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 24 Dec 2025 20:28:50 -0700 Subject: [PATCH] 10x backups for not understood data loss --- main.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/main.go b/main.go index aefc67e..3cb49f6 100755 --- a/main.go +++ b/main.go @@ -1,16 +1,17 @@ package main import ( - "gitea.inhome.blapointe.com/local/firestormy/config" - "gitea.inhome.blapointe.com/local/firestormy/scheduler" - "gitea.inhome.blapointe.com/local/firestormy/server" - "gitea.inhome.blapointe.com/local/lastn/lastn" "log" "net/http" "os" "os/signal" "path/filepath" "time" + + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/firestormy/server" + "gitea.inhome.blapointe.com/local/lastn/lastn" ) func main() { @@ -53,7 +54,7 @@ func EnqueueBackups() { return } conf := lastn.Config{ - N: 30, + N: 300, Root: realpath, Ns: "backups", Store: "files",