Finding bottleneck in transfers

each use case if different, often very different.

use 7zip to compress and encrypt a .7z file and then upload that one single file.
or
use wasabi.com, which offers 'hot' storage, where you can upload many small files without the compromises of gdrive.

1 Like

Ahh okay good to know. Will get compressing :smiley:

tar -zcvf - --exclude-from=/tmp/exc / | rclone rcat robgs-cryptp:/vpsbackups/data_${LANIP}_`date "+%Y-%m-%d_%H:%M:%S"`.tar.gz -v

You can do something like this if this helps.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.