메뉴 건너뛰기

2020.07.29 17:25

svn 서버 사이 동기화

조회 수 1943 추천 수 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 Views3263
    Read More
  2. 서버사이 동기화하기 - rsync, mariadb replication

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

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

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

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

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

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

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

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

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

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

    Date2021.11.04 ByDDART Views2718
    Read More
  13. 원격데스크톱 마이크로소프트 계정 자격증명 실패할때

    Date2023.04.28 ByDDART Views1263
    Read More
  14. mysql/mariadb 손상된 inno db 복구

    Date2023.05.03 ByDDART Views871
    Read More
  15. 원격데스크톱 연결후 화면 사라짐현상, 특정 IP만 접속 허용

    Date2023.05.04 ByDDART Views1154
    Read More
  16. 윈도우에서 우분투 20.04 MariaDB 서버 SSL접속시 SEC_E_ALGORITHM_MISMATCH 오류

    Date2023.05.06 ByDDART Views1155
    Read More
  17. 윈도우용 아파치 php 버전 동시에 2개이상 띄우기

    Date2023.05.26 ByDDART Views716
    Read More
  18. 우분투 22.04 메일서버 설정

    Date2023.06.13 ByDDART Views892
    Read More
  19. 윈도우용 아파치에서 localhost 를 https로 띄우기

    Date2023.06.20 ByDDART Views849
    Read More
  20. 아파치서버에서 웹소켓 특정포트 프락시설정방법

    Date2023.07.19 ByDDART Views1026
    Read More
Board Pagination Prev 1 ... 2 3 ... 4 Next
/ 4