시놀로지 NAS 서버의 SVN 공유폴더내에는 레포지토리가 담겨있는 여러 디렉토리가 있다. 각 디렉토리별로 백업하는 명렁어
find ./ -maxdepth 1 -type d -print0 | xargs -0 -n 1 -P 4 -I {} sh -c "svnadmin dump {} > /root/SVN_BACKUP/{}.dump"
Knowledge is power
시놀로지 NAS 서버의 SVN 공유폴더내에는 레포지토리가 담겨있는 여러 디렉토리가 있다. 각 디렉토리별로 백업하는 명렁어
find ./ -maxdepth 1 -type d -print0 | xargs -0 -n 1 -P 4 -I {} sh -c "svnadmin dump {} > /root/SVN_BACKUP/{}.dump"