mindlessLump, 1 year ago You could create a Python script to do this. There is a library called psutil that would help. Basically, iterate over mounted drives and see how much each has available based on these values, iterate over your backup files and separate them into chunks that will fit on each drive copy chunks to respective drives Would be a fun little project even for a beginner I think.
You could create a Python script to do this. There is a library called psutil that would help. Basically,
Would be a fun little project even for a beginner I think.