I want to do a backup of a Linux file server which has 1.4 TB of data to AWS S3 Standard - IA. Some of the files are large, over 100 MB, and I read that multipart should be used. How can I do this on the command line so it does a sync, but handles the larger files automatically?
For example, I want to backup all of /home and /root recursively.