Daemon mode not implemented #3

Open
opened 2026-02-08 17:16:19 +01:00 by clawbot · 0 comments
Collaborator

In snapshot.go CreateSnapshot(), daemon mode is a stub:

if opts.Daemon {
    // TODO: Implement daemon mode with inotify
    return fmt.Errorf("daemon mode not yet implemented")
}

The config has BackupInterval and MinTimeBetweenRun fields and the info command displays daemon settings, but the actual daemon loop with inotify/fswatch is not implemented.

Ref: parent issue #1

In `snapshot.go` `CreateSnapshot()`, daemon mode is a stub: ```go if opts.Daemon { // TODO: Implement daemon mode with inotify return fmt.Errorf("daemon mode not yet implemented") } ``` The config has `BackupInterval` and `MinTimeBetweenRun` fields and the info command displays daemon settings, but the actual daemon loop with inotify/fswatch is not implemented. Ref: parent issue #1
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/vaultik#3
No description provided.