Dear Atlassian-Community,
many teams rely on Confluence Cloud as their single source of truth. But what happens when Confluence is down or users need content in other platforms like SharePoint or cloud file systems?
In this post, I’ll share a pattern we use to automatically export selected Confluence Cloud pages as PDFs using Scroll PDF Exporter, and then sync those files to external storage such as Microsoft SharePoint, AWS EFS, Azure Storage, or Google Cloud Filestore. The goal: keep critical documentation available and readable, even when Confluence isn’t.
Core idea: a governed “Master Page”
The solution is driven by a single Master Page in Confluence:
This keeps control with content owners while avoiding ad‑hoc, manual exports.
How the automation works
On a Linux VM, a scheduled job (cron) runs a small toolchain:
You can control the schedule (e.g., hourly/daily) depending on how “fresh” the exported content needs to be.
What problems this solves
Governance and next steps
Because exports are driven by the Master Page and a service account, you can:
If you’re interested in more details (scripts, configuration patterns, or how to adapt this to your own storage targets), we’re happy to help as catworkx.
Feel free to reach out at: alexander.nilsson@catworkx.com
Greetings,
Alex
Alexander Nilsson
1 comment