NTFSCLONE(8) System Manager's Manual NTFSCLONE(8) (NAME) ntfsclone - NTFS (SYNOPSIS) ntfsclone [OPTIONS] SOURCE ntfsclone --save-image [OPTIONS] SOURCE ntfsclone --restore-image [OPTIONS] SOURCE ntfsclone --metadata [OPTIONS] SOURCE (DESCRIPTION) ntfsclone NTFS ( ) (sparse file) () . . ( ) ( ) ( /) ( ). ntfsclone (snapshot) NTFS / NTFS / . NTFS NTFS . loopback NTFS : mount -t ntfs -o loop ntfsclone.img /mnt/ntfsclone (Windows Cloning) ( hda1->hda2 hda1->hdb1 ) . NTFS BIOS . ntfsclone NTFS . : ntfsclone . NTFS . ntfsclone . (Sparse Files) (sparse) ( holes) . . du . . ext2 ext3 reiserfs Reiser4 JFS XFS ISO 9600 CD-ROM . (Handling Large Sparse Files) (tar cp gzip gunzip bzip2 bunzip2 cat ) . XFS XFS_IOC_GETBMAPX ioctl(2) . . tar cp gzip bzip2 << sparse>> . bzip2(1) gzip(1) . . tar(1) -S ( <<>> ) -j ( bzip2) . tar . tar ntfsclone . -S GNU tar . (The Special Image Format) ( ) NTFS . . . Ghost Partition Image . . -s --save-image . -r --restore-image . <<->> SOURCE . (Metadata-only Cloning) ntfsclone -m --metadata NTFS . . . ntfsclone (resident) . . . (forensic) . --save-image . . . (OPTIONS) ntfsclone . . - -- . -fv -f -v . . -o, --output FILE NTFS FILE . FILE <<->> . --overwrite . -O, --overwrite FILE NTFS FILE . -s, --save-image . ( ). -r, --restore-image SOURCE. SOURCE <<->> . -n, --no-action . NTFS . --restore-image --output --overwrite . --rescue ( ) . Ntfsclone . '?' "BadSectoR\0" . -m, --metadata ( NTFS). () --save-image . . --ignore-fs-check . --metadata . . -t, --preserve-timestamps --metadata . --full-logfile . . --new-serial, --new-half-serial . . --new-half-serial . --new-serial --new-half-serial . UUID . -f, --force ntfsclone "dirty" . -q, --quiet . -h, --help . (EXIT CODES) 0 . (EXAMPLES) NTFS /dev/hda1 /dev/hdc1: ntfsclone --overwrite /dev/hdc1 /dev/hda1 NTFS : ntfsclone --save-image --output backup.img /dev/hda1 NTFS : ntfsclone --restore-image --overwrite /dev/hda1 backup.img NTFS : ntfsclone --save-image -o - /dev/hda1 | gzip -c > backup.img.gz NTFS : gunzip -c backup.img.gz |  ntfsclone --restore-image --overwrite /dev/hda1 - NTFS ssh. ssh ! ntfsclone --save-image --output - /dev/hda1 |  gzip -c | ssh host 'cat > backup.img.gz' NTFS ssh. ssh ! ssh host 'cat backup.img.gz' | gunzip -c |  ntfsclone --restore-image --overwrite /dev/hda1 - : wget -qO - http://server/backup.img |  ntfsclone --restore-image --overwrite /dev/hda1 - NTFS : ntfsclone --output ntfs-clone.img /dev/hda1 NTFS NTFS. bzip2 gzip . ntfsclone --metadata --output ntfsmeta.img /dev/hda1 bzip2 ntfsmeta.img : ntfsclone -mst --output - /dev/hda1 | bzip2 > ntfsmeta.bz2 NTFS : bunzip2 -c ntfsmeta.img.bz2 |  cp --sparse=always /proc/self/fd/0 ntfsmeta.img (KNOWN ISSUES) ntfsclone . : ntfs-3g-devel@lists.sf.net ntfsclone ReiserFS CTRL-C . ntfsclone ReiserFS . ReiserFS 2.4.22 . XFS JFS ext3 . (AUTHORS) ntfsclone Szabolcs Szakacsits Per Olofsson ( ) Anton Altaparmakov . Erik Larsson Jean-Pierre Andre ntfs-3g . (AVAILABILITY) ntfsclone ntfs-3g : https://github.com/tuxera/ntfs-3g/wiki (SEE ALSO) ntfsresize(8), ntfsprogs(8), xfs_copy(8), debugreiserfs(8), e2image(8) ntfs-3g 2026.7.7 NTFSCLONE(8)