If any of the following sounds insane, please tell me.
I have a NAS (TrueNAS) with 14TB of data on it that I want to backup to BackBlaze. The data is relatively static and does not change much. My prediction is that it will take about a month to do the upload.
The top level directory has about 45 subdirectories. Some are large (with a lot of data within the subdirectory) and some are small.
Which of these would you suggest doing?
- I could do one rclone command to copy the entire NAS to one B2 bucket.
- I could do 45 rclone commands, one for each subdirectory, to one B2 bucket.
- I could create 45 buckets and do an rclone command per subdirectory into its own bucket.
Or there may be some alternatives. For example, there is nothing magic, actually, about the 45 top level directories. I could combine them into some small number of roughly equal sizes.