Upload/sync pst outlook to google drive

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 :frowning:

What is your destination server?

thank you…
i use google drive (gsuite business)

but seems no software can do this… :frowning:

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.