티스토리 뷰
* 백업
1 2 3 4 5 6 7 8 9 | ssh root@백업대상서버 "tar 2>/dev/null -cpf - / \ --exclude=/lost+found \ --exclude=/mnt \ --exclude=/proc \ --exclude=/srv \ --exclude=/sys \ --exclude=/tmp \ --exclude=/boot" \ | cat > 백업대상서버_$(date +%Y-%m-%d).tar | cs |
* 복원
1 | cat 백업대상서버_2017-02-22.tar | ssh user@host "tar xf - -C /" | cs |
'운영체제' 카테고리의 다른 글
Powershell 윈도우 파일 다운로드 명령어 (0) | 2017.04.21 |
---|---|
Windows에서 Linux의 find 명령어 처럼 파일 찾기 (0) | 2016.12.29 |
Linux 리얼 서버로 VM 이미지 만들기 (0) | 2016.12.22 |
Windows Powershell 로 배포하기 (0) | 2016.11.24 |
윈도우 Scheduled Tasks 등록 명령어 (0) | 2016.11.23 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- engineering
- command
- monitoring
- PowerShell
- configuration
- error
- 외부링크
- httpd
- 명령어
- Ansible
- example
- check
- Python
- client
- mysql
- MariaDB
- 코드
- Windows
- Web
- 번역
- 예제
- Module
- deview
- apache
- RESTful
- limits
- 이슈처리
- code
- File
- Linux
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함