PeterDocs/Docs/Design.md

16 lines
495 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
archive file containiung documents to be restored and reconciled at the destination.
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.