I love Syncovery but when backing up to a Cloud service with zip compression enabled it puts a huge stress on my temp drive (especially with multiple files at once). I have lots of RAM and 99% of the files I backup could easily be zipped in memory. I was wondering if this could somehow be incorporated into Syncovery. Here are some possible implementations:
1 - Allow multiple Temp paths, for example:
- For files smaller than N bytes use this temp path: XXX (for me this would be a RAM disk)
- For files larger use this temp path: XXX (for me this would be a hard drive)
This would allow users to manually set up RAM disks and seems like a pretty easy implementation for Syncovery.
2 - Allow Syncovery to zip directly to RAM for files under a certain size. This is obviously more work to implement but would make it easier for the user since they would not have to set up a RAM disk.
If you could implement either of these solutions (or another implementation that would give the same end result) it would be great. Backups would be sped up and our hard drives would be under way less stress. Thanks!