I'm trying to dump my SVN repository in a scheduled task. The problem is that when it's running in the scheduled task its only outputting a part of the repository (about 476MB instead of about 2G).
Scheduled task is in a bash file, script is:
svnadmin dump /home/it/svn/source > /home/it/IT_backup/backups/source.dump