candera / hobocopy

An open source backup tool for Windows
http://candera.github.com/hobocopy/
MIT License
176 stars 52 forks source link

Allow multiple directory copies #8

Open candera opened 13 years ago

candera commented 13 years ago

Migrated from SourceForge: https://sourceforge.net/tracker/?func=detail&aid=2952382&group_id=117783&atid=679449

I have a script that I created to copy multiple directories to a backup location. The script needs to work with multiple src/dest pairs, which currently requires the hobocopy to be called multiple times, resulting in a VSS copy being made multiple times. It seems like it would be best if hobocopy had a mechanism for making one vss snapshot and multiple src/dest copies.