noahlh / aws-automated-backup-powershell

A set of Windows PowerShell scripts to enable automated backups (via snapshots) on AWS EC2 Windows instances
Other
39 stars 27 forks source link

Snpshot speed #23

Open LucasSymons opened 8 years ago

LucasSymons commented 8 years ago

Hi, Firstly thank you for scripts and updates, life saver :)

I am having an issue with speed, it seems the script is only doing one volume at a time, is there any way to speed this up at all?

noahlh commented 8 years ago

Unfortunately not that I know of -- I believe the script handles volume backup in series.

If you (or someone else) is interested in modifying it to handle in parallel, that's a feature I'd gladly accept! :)