From f284e7e11c01b34c46245864f5754bb6068fc5f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 2 Mar 2021 07:31:46 +0100 Subject: [PATCH] Fix warning --- docs/backup-restore.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/backup-restore.md b/docs/backup-restore.md index 28512797c..51d7cc0f1 100644 --- a/docs/backup-restore.md +++ b/docs/backup-restore.md @@ -27,12 +27,14 @@ or just the database: abra app wordpress_blog_example_com backup db ``` -!!! warnings -Not all types of apps know how to do backups yet -- if you see a message like -`ERROR: 'nextcloud' doesn't know how to do app backups`, then extra code is -needed in that app's `abra.sh` -- you might be able to add this yourself based -on [`coop-cloud/wordpress` `abra.sh`][wordpress_abra.sh], otherwise please -open a new issue (in this case for [`coop-cloud/nextcloud`][nextcloud]). +!!! warning + + Not all types of apps know how to do backups yet -- if you see a message + like `ERROR: 'nextcloud' doesn't know how to do app backups`, then extra + code is needed in that app's `abra.sh` -- you might be able to add this + yourself based on [`coop-cloud/wordpress` `abra.sh`][wordpress_abra.sh], + otherwise please open a new issue (in this case for + [`coop-cloud/nextcloud`][nextcloud]). ## Restore