질문과 답변

소프트웨어 snapshot 사용법좀 해석해주세요~

2017.05.18 18:12

지룡자 조회:559

17:38:04 Timelimited TrialWare - use possible up to 2017-04-01
special operations :
 --unmount - unmount all virtual disks and terminate Snapshot started with -VQ
 --unmount:Z - unmount virtual disk Z
 --resize X:  - show possible resize range for drive X:
 --resize X: 1000 - (try to) resize drive X: to 1000 MB
 --resizepart X: 1000 - (try to) grow partition and filesystem to 1000 MB
              resizepart is unable to shrink partitions or filesystems!
 --SetPartitionSize HD1 1 130000000  (use with care !!)
 --exec:"NET START ORACLE"  - execute commands as soon as
                                backup really started
                                MUST be the last option on the command line!
 --ClearSignature HD1
 --SetSignature HD1 01234567
 --RestoreSignature HD1 image.sna  - set the disk signature of HD1 to the one
                                      from the image
 --CleanDisk HD1  - erase the partition table on HD1.
                    Be careful! All data on HD1 will be erased!
 --Checkboot HD1 - test if HD1 seems to be bootable
 --Activate X: set active flag for drive X:
 --Deactivate X: clear active flag for drive X:
 --RestoreMBR HD1 filename - writes the MBR from filename to HD1
 --RestorePartitionStructure HD1 filename -
      writes the partition information from filename to HD1
 --Extendpartitions:Image.sna HD1 - writes the partition information from
                            Image.sna to HD1 and expands all NTFS
                            partitions to use the total size of the disk
 --CreateDir  -  Creates the directory for the output (sna) file if it doesn't
                 exist
 --exclude:path excludes the path and all subdirectories from backup
 --exclude:filename1,filename2,...  excludes all given filenames from backup
 --exclude:@filename.txt exclude from file filename.txt
 --FTPActive   - Starts the FTP connection in active mode (default is passive)
 --FullIfHashIsMissing  - Creates a full image if the hash file doesn't exist
 --LogFile:filename.log - append log output to file filename.log
 --DontLogStdout   - don't write VSS log output to standard output
 --DontLogProgress - don't write the progress report lines to stderr
 --novss  - don't use the volume shadow service
 --usevss  - use the volume shadow service if available
 --forcevss  - use the volume shadow service. If not available exit with error.
 --AllWriters  - includes all VSS writers in the backup
 --IncludeWriter:"Write Name 1","Writer Name 2",...
               - includes all listed VSS writers in the backup
 --ExcludeWriter:"Write Name 1","Writer Name 2",...
               - excludes all listed VSS writers from the backup.
 --merge:new.sna diff.sna  - creates a new full image from an existing
                             full and differential image
 --register:License.lic - register Snapshot
 --setdefaultpwd=MyPassword - sets the default password to MyPassword and exits
 --SearchFull:path1,path2,path3 while working with differential images
              search the full image in the given pathes.
 --LimitIORate:10  - limits the IO rate to 10MB/s (accepted range 1-100)
 --show HD1   - show size and partitions on HD1
 --show       - show size and partitions of all connected hard disks
 --addDriver  - adds a new Hard Disk Diver to a restored Windows system drive.
                You need the driver.sys and the driver.inf file.
 --mergeide   - corrects IDE driver setup for a restored system disk.
                Use this option if you have IDE disks and your system doesn't
                boot after a restore to different hardware.
 --QuickCheck:test.sna - performs a quick check of the image with the name
                         test.sna.
 --PrintTotals        - prints statistical information at the end of the backup
 --AutoBackupSize:XXX - automatically adds all partitions smaller than XXX MB
                        to the backup. All physical disks with at least one
                        partition in the backup are affected. Set to zero to
                        disable automatic backups.
 --DedupTarget  - use this option if the image is stored on a disk with
                  activated deduplication (Server 2012).
 --repair:NewImage.sna  BrokenImage.sna  - this command can be used to repair
                                           a broken image
 --repair:NewOffsetInfo.sna BrokenImage.sna --OnlyOffsetInfo
                 New offest information is generated for the image BrokenImage.sna
                 and stored in the file NewOffsetInfo.sna.
                 To mount the repaired image as virtual disk you have to use:
                 snapshot BrokenImage.sna --OffsetInfoFile:NewOffsetInfo.sna
 --AddFTPAccount:User,Server,Password,Portnumber  - this command will add an
                 FTP account entry for the use with Snapshot. If the
                 Portnumber is omitted the default port (21) will be used.
 --DeleteFTPAccount:User,Server,Password,Portnumber  - this command will
                 delete an FTP account entry from Snapshots FTP account list.
                  If the Portnumber is omitted, the default port (21) is used.
 --netuse:\\server\share,Username,Password
               connect to a network share with an UNC path
 --netuse:\\server\share,X:,Username,Password
               connect to a network share with a drive letter (X:)
 --EntireDisk - restore a complete disk including the partition structure
                the destination must be HD1 or HD2 or ....
-----------------------------------------------------------------------------
scheduling the restore of x:\image-C.sna to C: during the next reboot:
snapshot --schedule C: x:\image-C.sna
 --autoreboot:off       don't boot after the restore has finished
 --autoreboot:success   reboot after the image was successfully restored
 --autoreboot:any       reboot after the image was restored
 --listschedule         list the scheduled restore
 --removeschedule       removes the scheduled restore

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

 

 

복구하는 명령과 백업 알고 싶습니다
일단 MBR GPT 테스트좀 해본결과 GUI는 잘 먹힘니다..

 

문제는 윈도우10 UEFI 도스명령어로 복구하는 방법인데

snapshot64  x:\HDD1-1.sna -PW=0000 Z: -Y

snapshot64  x:\WINDOWS10.sna -PW=0000 C:  -Y

 

저런식으로 복구를 해버리면 255에러 출력하면서 복구가 불가능 합니다.

 

윈도우10 복구하는 방법 FTP를 이용한 파일 다운로드 하면서 포맷 하는 방법 알고 싶습니다...

고수님들 부탁좀 합니다..

 

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
69101 윈 도 우| CPU 프로세스 점유율99%가 자꾸 나오네요. ㅠ [2] 최강홍진 907 05-29
69100 윈 도 우| 윈도우10 usb설치가 안됩니다 [2] 딜런박 1107 05-29
69099 소프트웨어| 고스트 disk copy 하는 방법 아시는분 도움좀 부탁드립니다 [2] jsldkfjs4 302 05-29
69098 윈 도 우| th2에서 rs1으로 업데이트 후 블루스크린 문제 [3] CKI_Math_L 250 05-29
69097 소프트웨어| MS office 2010 word만 설치 가능한가요? [3] CKI_Math_L 653 05-29
69096 서버 / IT| adminer-4.3.1.php 질문입니다. 현대해상 113 05-29
69095 윈 도 우| 윈도우 10 궁금한점이 있습니다. [2] xd 401 05-28
69094 윈 도 우| Windows Cloud Files Filter Driver (CldFlt) 궁금증 [1] wildboy 769 05-28
69093 윈 도 우| 이 글씨체 (Font)가 먼가요? [5] High401 949 05-28
69092 소프트웨어| 윈라 압축ㅍ소프트웨어를 한글화 할수있는 출이있는지여 [4] GODDESS 471 05-28
69091 소프트웨어| firefox 에서 Daum 영상이 안보입니다... [3] 붉은노을 280 05-28
69090 윈 도 우| 윈도우 참가자 프로그램 [1] 비설 674 05-27
69089 소프트웨어| MS 오피스 질문 솔모로 444 05-27
69088 윈 도 우| 윈도우 통합버전 wim 파일 용량 줄일 수 있는 방법이 있을... [3] JEREMIAH 674 05-27
69087 윈 도 우| 윈도우10 이 기능은 어느빌드에서부터 ... [2] tuzki 750 05-27
69086 윈 도 우| 서비스 실행 오류 .. [2] 촌꼬마 288 05-27
69085 소프트웨어| 셀프 포맷 가능한 프로그램을 제작하려고 합니다 [2] 지룡자 446 05-27
69084 모 바 일| IM-A830K s/w upgrade [1] 한스 430 05-27
69083 하드웨어| 하드디스크 고장에 관해서. [6] 양파링 921 05-26
69082 윈 도 우| 윈도우업데이트 설치파일 질문좀할게요 티아코케 232 05-26
XE1.11.6 Layout1.4.8