Skip to content

a simple tool to backups disk to disk, disk to folder and image to disk

Notifications You must be signed in to change notification settings

mofm/image-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Image Backup Tool

"imagebackup.sh" script is a simple tool to backups disk to disk, disk to folder and image to disk.

Usage


Usage: imagebackup.sh -s <source_disk> -d <destination_disk> -f <folder>

Options:
  -s <source_disk>           Source disk to backup
  -d <destination_disk>      Destination disk to backup
  -f <folder>                Destination folder to backup
  -i <image>                 Image file to backup

Example:
 disk to disk backup: imagebackup.sh -s /dev/sda -d /dev/sdb
 disk to folder backup: imagebackup.sh -s /dev/sda -f /mnt/backup
 image to disk backup: imagebackup.sh -i /mnt/image.img -d /dev/sdb

About

a simple tool to backups disk to disk, disk to folder and image to disk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages