Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- fbackup을 이용한 incremental backup....
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 08-07-2005 10:00 PM
날짜: 08-07-2005 10:00 PM
fbackup을 이용한 incremental backup....
# Entry(s) in /opt/hpservices/RemoteSupport are for HP Instant Support Enterprise Edition
0 * * * * /usr/sbin/fbackup -f /dev/rmt/0m -u0g /var/adm/fbackupfiles/graph -I /jmshim_full.index
5 * * * * /usr/sbin/fbackup -f /dev/rmt/0m -u1g /var/adm/fbackupfiles/graph -I /jmshim_inc.index
(graph에는 특정 디렉토리 "i /data" 을 기록했습니다.)
- 매시 0분(정각)에는 /data 를 full backup
- 매시 5분 에는 /data 에 변경된 부부만 incremental backup
현재 위와같이 cron job 을 걸어놓았습니다.
궁금한점은...
(1) full backup은 되는데 incremental 에서 이전의 full backup된
부분까지 overwrite를 합니다. 변경된 부부만 append 할수는 없는지요?
즉,full backup을 유지하면서 incremental 된 부부만 따로 추가backup.
fbackup은 원래 실행시 처음부터 다시 기록한다는 걸로 알고 있었지만..incremental backup이 가능하다 하기에 적용해 보았습니다만
안되네요...
이곳저곳 찾다보니 man에서 아래와 같은 옵션을 찾았는데 활용방법을
몰라 적용이 안됩니다.
#################################################################
-R restart Restart an fbackup session from where it was previously
interrupted. The restart file contains all the
information necessary to restart the interrupted
session. None of the - options can be used
together with the restart option.
-0-9 This single-digit number is the backup level. Level 0
indicates a full backup. Higher levels are generally
used to perform incremental backups. When doing an
incremental backup of a particular graph at a
particular level, the database of past backups is
searched to find the date of the most recent backup of
the same graph that was done at a lower level. If no
such entry is found, the beginning of time is assumed.
All files in the graph that have been modified since
this date are backed up.
##################################################################
(2) fbackup 시 tape에 기록할수 있는 최대횟수는 어느정도인지요?
줏어들은 내용으로는 100회까지 기록가능하다고 합니다만....
(3) 현재 시스템에 oracle 이 설치되어 있습니다. fbackup으로 oracle db백업이 가능한지요? 또한, hot backup으로 온라인 백업한다는 내용이 구체적으로 어떤 의미인지요? 물론, hot backup하려면 특정 backup s/w등이 필요한건 알고 있습니다.
(4) 현재 dds4 를 사용하고 있습니다. normal 20G & 압축 40G 까지 가능하죠..
그런데, backup data 용량은 35G 정도가 됩니다.
fbackup 으로도 압축이 가능한지요?
안된다면 다른 backup 방법은 어떤것들이 있는지요?
(backup s/w는 미설치 입니다.)
줏어들은 내용과 이것저것 짬뽕하고 주저리주러리... 장황하지만..
답변 기다리겠습니다... 월욜 오전중에 가능할까요? ^^
감사합니다.
0 * * * * /usr/sbin/fbackup -f /dev/rmt/0m -u0g /var/adm/fbackupfiles/graph -I /jmshim_full.index
5 * * * * /usr/sbin/fbackup -f /dev/rmt/0m -u1g /var/adm/fbackupfiles/graph -I /jmshim_inc.index
(graph에는 특정 디렉토리 "i /data" 을 기록했습니다.)
- 매시 0분(정각)에는 /data 를 full backup
- 매시 5분 에는 /data 에 변경된 부부만 incremental backup
현재 위와같이 cron job 을 걸어놓았습니다.
궁금한점은...
(1) full backup은 되는데 incremental 에서 이전의 full backup된
부분까지 overwrite를 합니다. 변경된 부부만 append 할수는 없는지요?
즉,full backup을 유지하면서 incremental 된 부부만 따로 추가backup.
fbackup은 원래 실행시 처음부터 다시 기록한다는 걸로 알고 있었지만..incremental backup이 가능하다 하기에 적용해 보았습니다만
안되네요...
이곳저곳 찾다보니 man에서 아래와 같은 옵션을 찾았는데 활용방법을
몰라 적용이 안됩니다.
#################################################################
-R restart Restart an fbackup session from where it was previously
interrupted. The restart file contains all the
information necessary to restart the interrupted
session. None of the - options can be used
together with the restart option.
-0-9 This single-digit number is the backup level. Level 0
indicates a full backup. Higher levels are generally
used to perform incremental backups. When doing an
incremental backup of a particular graph at a
particular level, the database of past backups is
searched to find the date of the most recent backup of
the same graph that was done at a lower level. If no
such entry is found, the beginning of time is assumed.
All files in the graph that have been modified since
this date are backed up.
##################################################################
(2) fbackup 시 tape에 기록할수 있는 최대횟수는 어느정도인지요?
줏어들은 내용으로는 100회까지 기록가능하다고 합니다만....
(3) 현재 시스템에 oracle 이 설치되어 있습니다. fbackup으로 oracle db백업이 가능한지요? 또한, hot backup으로 온라인 백업한다는 내용이 구체적으로 어떤 의미인지요? 물론, hot backup하려면 특정 backup s/w등이 필요한건 알고 있습니다.
(4) 현재 dds4 를 사용하고 있습니다. normal 20G & 압축 40G 까지 가능하죠..
그런데, backup data 용량은 35G 정도가 됩니다.
fbackup 으로도 압축이 가능한지요?
안된다면 다른 backup 방법은 어떤것들이 있는지요?
(backup s/w는 미설치 입니다.)
줏어들은 내용과 이것저것 짬뽕하고 주저리주러리... 장황하지만..
답변 기다리겠습니다... 월욜 오전중에 가능할까요? ^^
감사합니다.
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .