Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions SANsymphony/SANsymphony Configuration Backup Script/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 💾 Backup-Configuration.ps1

Automated configuration backup script for SSY server groups.

This PowerShell script provides consistent and synchronized configuration backups across all nodes in an SSY server group, with optional replication to a remote CIFS share.

---

## 📘 Overview

`backup-configuration.ps1` ensures reliable configuration backups to support:

- Disaster Recovery (DR) scenarios
- Hardware replacement
- Operational resilience
- Centralized backup retention management

---

## 📖 Official Documentation

For detailed instructions, refer to the official guide:

🔗 [SANsymphony Configuration Backup Script Guide](https://docs.datacore.com/SANsymphony-Configuration-Backup-Script/sansymphony-configuration-backup/overview.htm)

The guide includes:

- Installation steps
- Script execution examples
- FAQ and troubleshooting

> The document also contains detailed technical explanations, internal workflow descriptions, and advanced implementation notes intended for advanced users and administrators.
Loading