11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


해결완료)HYPER Backup error 증상 응용프로그램 건너뜀 해결 / 응용프로그램을 건너뜀 백업에러 실패함

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    해결완료)질문)hyper backup 응용프로그램 백업에러 실패함

    장비: 해놀사용중 

    버전: DSM 6.2.3-25426 Update 2  최신 버전 사용중에 hyper 백업 업데이트후 발생 함

    비슷한 증상: https://www.synoforum.com/threads/destination-corrupted-error-in-hyperbackup.865/

    조치: 상기 비슷한 증상 조치후 않되어 었고  우분투  중지후 재부팅 hyper backup에 MariaDb5 만 백업테스트 이것저것 삭제....

    해결 : 원인은 docker 우분투 사용 중지 후 MariaDb5  백업  정상적으로 백업 되었습니다

             

    3232235521_1603479886.653.png



    해결 원인은 docker 우분투 사용 중지 // hyper backup error 대응

    3232235521_1603581293.9894.png

    3232235521_1603580885.108.png

    =====================================================

    이하는  저와는 관련 없음...정보 입니다.

    ----------------------

    DS418j (소스) 및 DS416 (대상)에 대해 유사한 문제가 발생했습니다. 다음 단계를 시도 할 수 있습니다. YMMV.

    "Src"는 소스 NAS의 이름이고 "Dst"는 대상 NAS의 이름입니다.

    계속하기 전에
    a. 백업 일정을 비활성화합니다.
    비. 디스크와 메모리가 모두 잘 작동하는지 확인하십시오. 하드웨어 결함이있는 경우 먼저 수정하십시오.

     Dst 에

    SSH를 통해 다음 단계를 수행합니다. 


    1. 루트로 변경합니다. 

    > sudo -i 

    2. 백업 디렉토리로 변경합니다. 

    > cd /volume1/backups/Dst/

    3. 상태를 확인합니다.

     detect-bad "를 받아야합니다 

    > sqlite3 Config/target_info.db "select status from target_info"


    4. HyperBackup Vault의 bin 폴더로 변경하고 synoimgbkptool을 실행합니다.
    > cd /var/packages/HyperBackupVault/target/bin
    > nohup ./synoimgbkptool -r /volume1/backups -t Dst -R detect> /volume1/\@tmp/recover.output &


    "nohup : ignoring input and stderr를 stdout으로 리디렉션 ". 이것을 무시해도됩니다.

    5. synoimgbkptool이 실행을 완료 할 때까지 기다립니다. 


    3 ~ 4 일 정도 소요될 수 있습니다. 다음 명령으로 확인할 수 있습니다.

    > ps aux | grep synoimgbkptool

    다음과 유사한 내용이 표시되면 여전히 실행 중입니다.


    그렇지 않으면 이와 비슷한 것을 볼 수 있습니다.

    이제 Dst에 대한 SSH를 종료 할 수 있습니다.

    다음으로 SSH로 Src .
    1. 루트로 변경합니다.
    >

    2. HyperBackup의 구성 디렉토리로 변경합니다.
    > cd /var/synobackup/config/

    3. task_state.conf (vi 사용)를 다음과 같이 편집합니다.
    last_state = "Backupable"
    state = "Backupable"


    이제 Src에 대한 SSH를 종료 할 수 있습니다.

    마지막으로 관리자 포털에 로그인합니다.

     HyperBackup을 시작하고 " 백업 무결성 검사 "를 선택합니다 

    시간이 오래 걸릴 수 있습니다 (3 ~ 4 일). 오류없이 완료되면 백업 일정을 재개 할 수 있습니다.

    도움이되기를 바랍니다

    ---

    I had a similar issue for a DS418j (source) and DS416 (destination). You could try the following steps. YMMV.

    "Src" is the name for the source NAS and "Dst" is the name for the destination NAS.

    Before proceeding,
    a. Disable any backup schedules.
    b. Check that your disks and memory are all performing well. If there is any hardware fault, fix it first.

    SSH into Dst to perform the following steps.
    1. Change to root.
    > sudo -i

    2. Change into backup directory.
    > cd /volume1/backups/Dst/

    3. Check the status. You should get "detect-bad".
    > sqlite3 Config/target_info.db "select status from target_info"

    4. Change to HyperBackup Vault's bin folder and run synoimgbkptool.
    > cd /var/packages/HyperBackupVault/target/bin
    > nohup ./synoimgbkptool -r /volume1/backups -t Dst -R detect > /volume1/\@tmp/recover.output &

    You may get "nohup: ignoring input and redirecting stderr to stdout". It's ok to ignore this.

    5. Wait for synoimgbkptool to complete running. It can take a very long time, 3 to 4 days. You can check with the following command.
    > ps aux | grep synoimgbkptool

    If you see something similar to the following, it is still running.


    Otherwise, you should see something similar to this.

    You can now exit the SSH to Dst.

    Next, SSH into Src.
    1. Change to root.
    > sudo -i

    2. Change to HyperBackup's config directory.
    > cd /var/synobackup/config/

    3. Edit task_state.conf (using vi) to the following.
    last_state="Backupable"
    state="Backupable"


    You can now exit SSH to Src.

    Finally, log in to the admin portal. Start HyperBackup and choose "Check backup integrity". It can take a long time (3 to 4 days). Once that's completed without errors, you should be able to resume your backup schedule.

    Hope that helps.
    ===============

    <작업>

    루트로 변경

    sudo -i

    백업폴더로 이동

    cd /volume1/backups/Dst/

    저의 백업 폴더의 파일의 config로 이동

    /volumeUSB2/usbshare/ss11qkr_all_usb_backup.hbk/Config


    cd /volumeUSB2/usbshare/ss11qkr_all_usb_backup.hbk/Config

    이동후

    sqlite3 Config/target_info.db "select status from target_info"

     저는

    sqlite3 target_info.db "select status from target_info"


    nohup ./synoimgbkptool -r /volume1/backups -t Dst -R detect > /volume1/\@tmp/recover.output &



    cd /var/packages/HyperBackupVault/target/bin

    ps aux | grep synoimgbkptool


    root@ss11qkr:/var/packages/HyperBackupVault/target/bin$ ps aux | grep synoimgbkptool

    root     18964  0.0  0.0  23144  2276 pts/25   S+   10:40   0:00 grep synoimgbkptool


     ./synoimgbkptool -r /volumeUSB1/usbshare -t Dst -R detect

     ./synoimgbkptool -r /volumeUSB2/usbshare -t Dst -R detect

     


    cd /var/synobackup/config/

    nano /var/synobackup/config/task_state.conf

    으로 변경 하라

    last_state="Backupable"

    state="Backupable"


    저의 

    nano /var/synobackup/config/task_state.conf

    [task_4]

    last_state="ErrorDetect"

    state="Backupable"

    [task_7]

    last_state="ErrorDetect"

    state="Backupable"

    [task_9]

    last_state="ErrorDetect"

    state="Backupable"

    [task_11]

    last_state="Initial"

    state="Backup#able"

    ================  실패 =====================

    ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,674 / 20 Page
    [ 림스모바일_ver242_add_new_map_menu on/off ] 댓글 1

    메뉴를 menu.php에서 개인설정하게 정리하고\r\n그림을 image폴더에main_home.jpg에 이름 변경 저장하면 대문그림Shims Ho…

    [ 타이틀 & 배너용 최근글 리스트스킨 - latest_amina 용 ]

    <!-- 타이틀 & 배너용 최근글 리스트스킨 - latest_amina 용 // ami/thema/basic/head.php #55…

    [ rrim_mobile_263_20131102 림스모바일 2.6.3 설치의 모든것 ]

    \r\n\r\n\r\n본자료는 심씨의 주인장 모바일 사용 압축 입니다\r\nrrim_mobile_263_20131102 림스모바일 2.6.3 설…

    [ homepage_photo station 슬라이드 삽입 방법 / photo station공유 폴더 만들기 ] 댓글 1

     \r\n\r\n\r\n[이 게시물은 관리자님에 의해 2012-12-30 23:24:44 14.H_banner에서 복사 됨]\r\n사진 관리를…

    [ 아미나 로그 클릭시 https 링크에 주의요망 으로 링크주소 출력 되는것 ] 댓글 1

    아미나 로그 클릭시 https 링크에 주의요망 으로 링크주소 출력 되는것\\192.168.0.6\web\g5s\thema\Basic\head.p…

    [ 림스 아미나 모바일 글보기 엔터 줄바꿈 하기...실패로 최신버전 220 ] 댓글 2

    안녕하세요 모바일에서 줄바꿈이 되지 않습니다아래는 림스 모바일에서는 정상인데아미나 스킨 모바일에서는 줄바꿈이 되지 않내요아미나 스킨 모바일 줄바…

    [ 시놀로지 dsm 6.02 ipcamera foscam 8918설정 및 qcam onvif지원 카메라2개 붙이… ] 댓글 3

    시놀로지 호환 ipcam/foscam fi8918w 붙이기dsm7.1 재설정카메라 반대로 뒤집어 고정시 화면 위아래 반전1)먼저 저장소 설정2)…

    [ 홈피 설치 준비 처음에 MariaDB 설치/phpmyadmin설치 작업 ] 댓글 1

    홈페이지 처음 synology를 구입하여phpmyadmin 설치후패쓰워드 설정 방법홈피 만들기전에 mysql db만들어야 홈피 설치가 가능함니다…

    [ 시놀로지NAS DS712 MEMORY 메모리 변경 증설 ]

    \r\n\r\n\r\n>\r\n>\r\n■ 11q.kr은 정보를 찾아 공유 합니다. https://11q.kr.com\r\nhttps…

    [ 로그인 후 원래 위치로 되돌아 가기(모르는 분들을 위하여) ] 댓글 1

    로그인 후 원래 위치로 되돌아 가기(모르는 분들을 위하여)롤프스2014.12.09 22:15:45조회572댓글5관련링크http://unabate…

    [ file station 2giga 파일 업로드 문제 조치 ]

    ♠file station에서 2giga 파일 업로드 문제 조치출처http://cafe.naver.com/synologynas/71815♠ shi…

    [ 제 web 서버 대표홈 이동 방법입니다 ] 댓글 2

    제 web 서버 대표홈 이동 방법입니다//==============root에서 index.php 만듭니다 =============//======…

    [ 헤놀로지 설치준비) 홈서버의 모든것 / 익스트림 ]

    헤놀로지 설치준비) 홈서버의 모든것 / 익스트림출처 :http://extrememanual.net/homeidc♠\r\n♠ https://11q…

    [ sudo poweroff 시놀로지 dsm6종료 않될때 putty ssh 모드로 접속 ] 댓글 2

    dsm6 자체 상단 사람 표시아콘에서 종료버튼을 눌러도 종료 되지 않는다\r\n종료 메세지는 나오지만 dsm 접속 상태 종료 되지 않는다\r\n…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-18 01:38:23

    오늘의 홈 현황


    • 현재 접속자♨ 455 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 21 명
    • 오늘 방문자 880 명
    • 어제 방문자 1,772 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,384,292 명
    • 전체 게시물※ 8,643 개
    • 전체 댓글수※ 24,749 개
    • 전체 회원수 11,055 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑