티스토리 뷰
* 백업
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
- check
- Web
- deview
- RESTful
- apache
- httpd
- code
- 코드
- 이슈처리
- 외부링크
- Module
- monitoring
- configuration
- File
- Linux
- command
- MariaDB
- 예제
- error
- 명령어
- 번역
- PowerShell
- mysql
- example
- Ansible
- Python
- client
- Windows
- limits
- engineering
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함