@acuity/directus-extension-acuity-backup 2.0.6 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -1
- package/dist/api.js +5 -5
- package/dist/app.js +1 -1
- package/package.json +10 -4
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
A powerful Directus bundle extension that provides full or selective backup of collections, schema, media files, and relations into ZIP archives. Backups are stored both locally and as Directus File assets, with support for automatic scheduled backups.
|
|
4
4
|
|
|
5
|
+
> **Provided free, courtesy of [Acuity Consulting Inc.](https://acuityconsulting.net)** 🚀
|
|
6
|
+
>
|
|
7
|
+
> Acuity Consulting helps companies **build smarter systems, automate workflows with AI, and scale with confidence.** From custom system development and integrations to intelligent automation, we turn complex technical challenges into reliable, production-grade solutions.
|
|
8
|
+
>
|
|
9
|
+
> 👉 **[Visit our website](https://acuityconsulting.net)** • **[Get in touch](https://acuityconsulting.net/#contact)**
|
|
10
|
+
|
|
5
11
|
## Features
|
|
6
12
|
|
|
7
13
|
- **Full & Selective Backups** — Backup all collections or choose specific ones
|
|
@@ -271,6 +277,21 @@ MIT — Feel free to use in personal and commercial projects.
|
|
|
271
277
|
For issues, feature requests, or questions, please visit:
|
|
272
278
|
https://git.technolify.cloud/acuity/directus/backup-plugin
|
|
273
279
|
|
|
280
|
+
## About Acuity Consulting Inc.
|
|
281
|
+
|
|
282
|
+
This extension is provided **free of charge** as a thank-you to the Directus community, courtesy of **Acuity Consulting Inc.**
|
|
283
|
+
|
|
284
|
+
We help companies **build smarter systems, automate workflows with AI, and scale with confidence** — specializing in:
|
|
285
|
+
|
|
286
|
+
- **System Customization & Development** — bespoke extensions, integrations, and tooling tailored to your stack
|
|
287
|
+
- **AI Automation** — intelligent workflows, agents, and automation that eliminate manual busywork
|
|
288
|
+
- **Digital Transformation** — modernizing platforms and processes to help your business move faster
|
|
289
|
+
|
|
290
|
+
Need a custom Directus extension, an AI-powered automation, or help with a complex integration? We'd love to help.
|
|
291
|
+
|
|
292
|
+
🌐 **Website:** [acuityconsulting.net](https://acuityconsulting.net)
|
|
293
|
+
✉️ **Contact us:** [acuityconsulting.net/#contact](https://acuityconsulting.net/#contact)
|
|
294
|
+
|
|
274
295
|
---
|
|
275
296
|
|
|
276
|
-
Made with ❤️ by Acuity
|
|
297
|
+
Made with ❤️ by [Acuity Consulting Inc.](https://acuityconsulting.net)
|