Templates¶
The repository ships two example templates:
templates/comet.tomltemplates/suisave.remote.toml
Use them as starting points instead of inventing the schema from scratch.
That is usually the fastest way to get a correct config, especially when you are still learning which fields are optional and which defaults are implied by the parser.
Local backup template¶
Path:
templates/comet.toml
Use this for mounted-drive backups through suisave run.
It documents the global, drives, jobs.backup, and jobs.custom structure expected by the local-backup path.
Remote sync template¶
Path:
templates/suisave.remote.toml
Use this for SSH sync through suisave remote sync --config ....
It documents the global, connection, and jobs.sync structure used by the remote path.