Hello,
if i create a script to upload my pst files (about 10gb) to google drive
example
rclone sync source:path dest:path
every time rclone upload entire file 10gb or copy only “delta” change?
Thank you
Ale
Hello,
if i create a script to upload my pst files (about 10gb) to google drive
example
rclone sync source:path dest:path
every time rclone upload entire file 10gb or copy only “delta” change?
Thank you
Ale
rclone will upload the whole 10gb each time unfortunately ![]()
What is your destination server?
thank you…
i use google drive (gsuite business)
but seems no software can do this… 
I have plans to do this with rclone but they haven’t been finished yet (I have a prototype).
In the mean time you could use something like https://restic.net/ which will do incremental backups. There is an rclone backend for restic which means you can use it to backup to google drive.