-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instance backups #15
Comments
consider using more advanced file formats which are supported by https://github.com/mholt/archiver; |
use a separate archive file for each compressed instance folder; file name convention maybe task could also work with aem instance already down then aem version will be needed to be supplemented manually or whole suffix could be then set manually from flag |
trying to implement formats using *.zstd format, initially works but not as effective as it could be, dictionary need to be somehow configured; waiting for response - mholt/archiver#366 |
Simply register own format with aemb ext and build them configure dict for it |
https://github.com/wttech/gradle-aem-plugin/blob/main/docs/local-instance-plugin.md#task-instancebackup
The text was updated successfully, but these errors were encountered: