I have mega drives connected with a union drive. I also encrypted the union drive.
Now, when I upload to the encrypted union drive, the files get uploaded perfectly fine. The only problem is that the storage limit is exceeded by approx. 1-2 GB. So instead of using 20 GB free space, 21-22 GB are being used.
Is there a way or a flag so rclone checks if there is enough space available without exceeding the storage limit ?
For example. Storage is about 19GB/20GB full. File1 should be uploaded and hat 800MB so the file gets uploaded to the drive. File2 has 1.1GB so it should be uploaded to the drive.
The union policies are:
action_policy = epall
create_policy = epmfs
search_policy = ff
I hope I made it clear^^
Which cloud storage system are you using? (eg Google Drive)
Hey! Thank you for your help.
The problem here is that if I use rclone about to find out how much space there is available I`ll get the space information for the whole union.
Even when I write a script that takes the free space into account, I can just use the information for the union since I dont know into which drive the file will get uploaded