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: oops

intergrav (Jun 28, 2026, 8:55 AM EDT) 4e6d93c7 3cf6ba0b

+1 -1
+1 -1
tray.go
··· 547 547 ms := statusItem(idx) 548 548 go func() { 549 549 setProfileBusy(idx, true) 550 - defer setProfileBusy(idx, false) 551 550 defer applyConfig() 551 + defer setProfileBusy(idx, false) 552 552 553 553 hookEnv := []string{"RESTRAY_OPERATIONS=" + args[0], "RESTRAY_SCHEDULED=false"} 554 554