Commit 5d7331

2025-10-07 18:01:31 theophile: readeck warning and instructions
procédure de sauvegarde.md ..
@@ 146,12 146,13 @@
---
- ### Readeck
+ ### Readeck ⚠️
[Backups → readeck.org](https://readeck.org/en/docs/backups)
```bash
- docker exec -i readeck sh -c 'readeck export "/readeck/readeck_backup_$(date +%Y%m%dT%H%M%S).zip"'
+ # docker exec -i readeck sh -c 'readeck export "/readeck/readeck_backup_$(date +%Y%m%dT%H%M%S).zip"'
+ docker compose exec app readeck export -config config.toml export.zip
```
to import, do the same and specifying the config file.
@@ 159,6 160,10 @@
Needs to be recuring via cron job or script. Could also be built by script that
does the overall backup, since backup is quick.
+ :::info
+ The export tool with docker compose exec currently does not work.
+ :::
+
---
### Caddy
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9