From aa997d5ca0650f1d25f00b265f0355907de91c0d Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 1 Jun 2018 00:15:12 -0500 Subject: [PATCH] add description of backup file format --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 337b5871..48d9c76a 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,12 @@ In addition to automatic backups user can make a backup manually. This command m `docker-compose exec remark42 /srv/create-backup.sh {your site id}` +##### Backup format + +Backup file is a text file with all exported comments separated by EOL. Each backup record is a valid json with all key/value +unmarshaled from `Comment` struct (see below). + + #### Admin users Admins/moderators should be defined in `docker-compose.yml` as a list of user IDs or passed in the command line.