-
-
Notifications
You must be signed in to change notification settings - Fork 521
Closed
Labels
bugDefectsDefects
Description
Setting core.autosync = false
breaks manual syncing with gopass sync
command. It then just does nothing (it seems):
19:44:07 mcn@x2b ~ grep sync .config/gopass/config
autosync=false
19:44:54 mcn@x2b ~ time gopass sync
🚥 Syncing with all remotes ...
✅ All done
real 0m0,437s
user 0m0,270s
sys 0m0,179s
In pretty much no time it "syncs" and states all being done, while actually not at all syncing. When setting core.autosync = true
it then does it also manually:
19:44:57 mcn@x2b ~ grep sync .config/gopass/config
autosync=true
19:45:39 mcn@x2b ~ time gopass sync
🚥 Syncing with all remotes ...
[<root>]
gitfs pull and push ... OK (no changes)
done
…
I prefer it not autosyncing, because I find it annoying to wait for the syncing of >20 stores when I only want to use the command line tool. So I have set autosync.interval = 9999
to work around this issue. Is there another way to do that?
gopass 1.15.15 go1.23.4 linux amd64 on NixOS unstable with home.packages = with pkgs; [ gopass gopass-jsonapi ];
Metadata
Metadata
Assignees
Labels
bugDefectsDefects