I have a huge SVN repository that I need to dump one time per week. The size of the repository is about 66 GB; after the command "svnadmin dump" the size is about 184 GB.
Is it possible to reduce the size of the dump, in order to have a safer backup procedure?
I have read that other people use the svnsync, but my goal is to bring out the data, so the best solution at the moment is "the dump + the copy of hooks and authorization data".
How do other people manage the backup of huge SVN repositories?
Thank you very much.