powerful but friendly backup program that runs in your tray, powered by restic devins.page/restray
go restic system-tray
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove backend label

intergrav (Jul 11, 2026, 10:57 AM EDT) 917230a0 3e1f79c4

+1 -1
+1 -1
cmd/restray/backend.go
··· 197 197 func backendCmd(prof Profile, args ...string) *exec.Cmd { 198 198 path, _ := findBackend(prof) 199 199 args = backendCommandArgs(prof, args...) 200 - log.Printf("[%s] run (%s): %s %s", prof.displayName(), prof.backendName(), prof.backendName(), strings.Join(args, " ")) 200 + log.Printf("[%s] run: %s %s", prof.displayName(), prof.backendName(), strings.Join(args, " ")) 201 201 cmd := exec.Command(path, args...) 202 202 cmd.Env = profileEnv(prof) 203 203 hideWindow(cmd)