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.

fix: envWithResticPath on Linux

intergrav (Jun 29, 2026, 7:00 PM EDT) 9415b23e 2c1a59dd

+1 -1
+1 -1
cmd/restray/console_other.go
··· 45 45 for k, v := range vars { 46 46 env = append(env, k+"="+v) 47 47 } 48 - cmd.Env = env 48 + cmd.Env = envWithResticPath(env) 49 49 return cmd 50 50 }