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