Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Multithreading to upload .bak files in parallel to S3 storage using PowerShell

$
0
0
Greetings -

I wrote below PS to upload my backup files from local machine to AWS S3 storage, and it works. However, the process time is about 3 hours to upload 430 GB of backup files. The code goes through the loop to read each file, upload it, a

Viewing all articles
Browse latest Browse all 467

Trending Articles