📄️ Delete a misconfigured service from snaper
You may have misconfigured a service and want to delete it from snaper (this change will also be reflected on your dashboard). To do so, you can use the snaper delete command:
📄️ Configuration files location
Snaper's configuration is located in ~/.config/snaper directory. You will find into:
📄️ Why did you choose CSV as the default format for indexes?
We sought a familiar format for creating our indexes, one that would be easily readable/editable by external applications. Given that we aren't performing any complex operations or relational queries, the use of SQLite seemed unnecessary.
📄️ What is manage_crontab parameter?
As of July 2024, we introduced a new crontab management feature on snaper. Linked to the panel, it allows you to set a recurrence for your backups (eg: dump my database everyday at 2 PM)