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: debug info in version cmd

intergrav (Jun 29, 2026, 1:20 PM EDT) 95803a5d 060543b7

+2 -2
+2 -2
cmd/restray/cli.go
··· 313 313 cliUsage() 314 314 return 0 315 315 316 - case "-V", "--version", "version": 317 - fmt.Println("restray", version) 316 + case "--version", "version": 317 + fmt.Printf("restray %s compiled with %s on %s/%s\n", version, runtime.Version(), runtime.GOOS, runtime.GOARCH) 318 318 return 0 319 319 320 320 default: