Suggestion/Enhancement request.
Have the files initially clone to a temporary "working" directory (would allow for a smaller/fast SSD/drive for the clone) then compress to the "VM_BACKUP_VOLUME" which could be a slow/larger storage array (USB drive in my case)
At the moment, files are cloned to the target, then read from the target, and compressed to that same target drive, this is super slow.
adding a feature to use multiple drives would significantly speed up the clone & compression.
If implemented, the system could use a worker thread for the copy, then create a second worker/thread for the compression to the slower drive.
(would be easy to run another script once this is to do the final move, but then this would break the rotation feature)
Suggestion/Enhancement request.
Have the files initially clone to a temporary "working" directory (would allow for a smaller/fast SSD/drive for the clone) then compress to the "VM_BACKUP_VOLUME" which could be a slow/larger storage array (USB drive in my case)
At the moment, files are cloned to the target, then read from the target, and compressed to that same target drive, this is super slow.
adding a feature to use multiple drives would significantly speed up the clone & compression.
If implemented, the system could use a worker thread for the copy, then create a second worker/thread for the compression to the slower drive.
(would be easy to run another script once this is to do the final move, but then this would break the rotation feature)