PeterDocs/Docs/Design.md

16 lines
494 B
Markdown
Raw Normal View History

2021-07-25 14:02:06 +00:00
# Design
## Objective
The objective is to provide a simple capability to create a secure
2021-08-15 06:55:48 +00:00
archive file containing documents to be restored and reconciled at the destination.
2021-07-25 14:02:06 +00:00
The design artefacts must provide all the tools required to pack,
secure, unpack and reconcile the restored/cloned documents.
## Technology
2021-07-26 13:31:02 +00:00
PeterDocs is written as a PowerShell module and uses the 7ZIP and AWS modules.
The AWS module is only used if you are transferring to AWS S3 bucket or compatible destination.