From 96023a725c722faa732fbe2f703391ccc431d436 Mon Sep 17 00:00:00 2001 From: argiepiano Date: Sat, 9 Mar 2024 22:05:50 -0700 Subject: [PATCH] Issue #154. update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0a11ff7..a129f9f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,20 @@ may panic now. MAKE SURE THAT THIS MODULE IS NOT YOUR ONLY FORM OF BACKUP. ------------------------------------------------------------------------------- +Bee integration +--------------- + +Backup & Migrate now provides [bee](https://backdropcms.org/project/bee) integration. `bee` is the command line interface for Backdrop. At the moment, it provides the following commands. + +* `bam-backup`: Backup a specified source associated with a Backdrop CMS website. +* `bam-destinations`: Get a list of available destinations. +* `bam-profiles`: Get a list of available settings profiles. +* `bam-restore`: Restore a saved backup to a specified source. +* `bam-saved`: Get a list of previously created backup files. +* `bam-sources`: Get a list of available sources. + +Thanks to [rbargerhuff](https://github.com/rbargerhuff) for providing this integration! + Wiki ----