2

I'm implementing a backup strategy for a Subversion repository.

I chose incremental backup on local NAS. I mounted the NAS over Samba and tried to hotcopy my test repository (that has few commits and weighs 320KB).

svnadmin hotcopy --incremental /path/to/original /path/to/backup

The problem is that the program hangs indefinitely!

How to fix? CTRL+C won't work

[Edit] Seems that this happens ONLY when I push to Samba storage. If I hotcopy to my local drive it will just complete successfully

usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305