We have been doing incremental backups using Duply on our main server, to an S3 bucket. However, we've found that there is a high server load during the backups (its an Amazon EC2 server).
We're thinking this may be due to it checking every file on S3 to see if there are any changes.
What ways could we reduce the server load?
Since we are doing the backups every four hours, perhaps we could only perform a backup on files/folders newer than 4 hours.