메뉴 건너뛰기

DDART.NET

2020.07.29 17:25

svn 서버 사이 동기화

조회 수 1218 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

백업서버

 

1 repository 생성

 

svnadmin create /home/user/svn/repos/repos_name

 

2. vi /home/user/svn/repos/repos_name/hooks/pre-revprop-change

 

#!/bin/sh
exit 0;

 

3. 실행속성 주기

 

$ chmod 755 /home/user/svn/repos/repos_name/hooks/pre-revprop-change

 

4. 초기화

 

$ svnsync init file:///home/user/svn/repos/repos_name svn+ssh://user@masterserver_address/home/user/svn/repos/repos_name

 

5. 동기화

 

$ svnsync sync file:///home/user/svn/repos/repos_name

 

6. crontab 에 추가

5번 명령을 쉘스크립트로 만들어 매일 새벽에 한번씩 돌려준다.

 

 


  1. msinfo 시스템정보 wmic cmd 명령

    Date2020.05.17 ByDDART Views2850
    Read More
  2. 서버사이 동기화하기 - rsync, mariadb replication

    Date2020.07.07 ByDDART Views1962
    Read More
  3. 터미널에서 backspace 키가 안눌러질때

    Date2020.07.10 ByDDART Views1147
    Read More
  4. MariaDB 외부접속시 ssl 사용법, 그리고 ssl 로 replication(동기화) 하기

    Date2020.07.11 ByDDART Views5507
    Read More
  5. svn 서버 사이 동기화

    Date2020.07.29 ByDDART Views1218
    Read More
  6. postfix 에서 mysql 오류

    Date2020.08.01 ByDDART Views1170
    Read More
  7. 윈도우 10 마이크로소프트 계정 PIN 없이 자동로그인

    Date2020.09.16 ByDDART Views1145
    Read More
  8. 갑자기 WOL 이 동작안할때

    Date2020.11.07 ByDDART Views1240
    Read More
  9. 우분투 서버 자동업데이트

    Date2021.07.02 ByDDART Views804
    Read More
  10. 우분투 서버 업데이트 후 자동 전원 대기모드 방지

    Date2021.07.22 ByDDART Views1065
    Read More
  11. 윈도우에서 우분투 MariaDB 10.5 로 SSL접속시 SEC_E_ALGORITHM_MISMATCH 오류

    Date2021.09.14 ByDDART Views5395
    Read More
  12. 로그지우기

    Date2021.11.04 ByDDART Views2169
    Read More
Board Pagination Prev 1 ... 2 3 Next
/ 3