Confluence DIY Backup using LVM
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| archive-tar.sh | ||
| backup.sh | ||
| clean.sh | ||
| common.sh | ||
| database-postgresql.sh | ||
| disk-lvm.sh | ||
| func.sh | ||
| README.md | ||
| restore.sh | ||
| utils.sh | ||
| vars.sh | ||
Confluence Server DIY Backup
This repository contains a set of example scripts that demonstrate best practices for backing up a Confluence Server/Data Center instance using a curated set of vendor technologies. This version only supports the technologies below;
- DB: PostgreSQL
- Disk: LVM
Usage
Backup:
sudo ./backup/sh
Restore
sudo ./restore.sh-- To see the list of backups.sudo ./restore.sh 2022-10-28-- to restore specific backup.