We are currently setting up backups for our SVN repository. As backup tool we are using duplicati. After reading around we already found out that we should create the backup of SVN using the svnadmin dump
command. However we are unsure whether we should create incremental dumps or do full ones and leave the incremental part to duplicati.
Will duplicati be able to make incremental backups or always backup the full dump file? The repository is very big, so we need to reduce amount of duplication of data.