2021-07-25 12:22:13 +00:00
|
|
|
# Send Archive
|
|
|
|
|
|
|
|
|
|
## Why
|
|
|
|
|
|
|
|
|
|
## When
|
|
|
|
|
|
|
|
|
|
## How
|
|
|
|
|
|
2021-07-25 13:16:10 +00:00
|
|
|
To send the archive file you use the ```Send-Peter``` function. It is your choice
|
|
|
|
|
on whether you use the ```Send-Peter``` function to send the archive file and ".key"
|
|
|
|
|
file or another program or command line.
|
|
|
|
|
|
|
|
|
|
```powershell
|
|
|
|
|
Send-Peter
|
|
|
|
|
-ArchiveFile <String>
|
|
|
|
|
-TargetPath <String>
|
|
|
|
|
-SecretFile <String>
|
|
|
|
|
-TargetProfile <String>
|
|
|
|
|
-AccountId <String>
|
|
|
|
|
-AccountKey <String>
|
|
|
|
|
-LogPath <String>
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
2021-07-25 12:22:13 +00:00
|
|
|
## What
|
|
|
|
|
|
|
|
|
|
## Receive Usage
|
|
|
|
|
|
|
|
|
|
Please read next the documentation on [receiving the archive](ReceiveArchive.md)
|