Since years I use vshadow + robocopy to backup data partitions to a remote disk (connected thru iSCSI). This is really a very efficient method.
This allow me to have a "perfect" copy. Open files are copied without any problem, as well as ACL and everything. In case of major disk fault, I just have to plug the remote disk in replacement of the faulty one.
Linux got additional software family for Backup and Restore purpose. Its the new version Acronis True Image Backup and Recovery Server for Linux 10.0. This software can backup everything on your system including operating system, and all operating system.
I have a system running using a IDE hard disk.
I backup the full disk (entire)
dd if=/dev/sda of=/media/usb/backup.img
But now my system is using SATA hard disk NOT IDE HARD DISK.
I restore the previous backup image to this hard disk.
dd if=/media/usb/backup.img of=/dev/sdb
But, after restore the backup image to the new SATA disk, I try to boot, but the system fail on boot.
I be
I have written a rsync-based system backup for my Linux system. The aim is to be able to redeploy the system entirely from the saves, so I don't only backup homedirs. I have excluded a few top-level directories from the backup: /proc, /sys, /mnt, /tmp.
I wonder whether I can exclude /run and still be able to get a viable save?
You can lose files or folders by accidentally deleting or replacing them, virus or worm attack, or a complete hard disk failure. To protect yourself, it is recommended that you periodically perform backups of your system’s critical files and folders and once in a while, perform a complete system backup.
Hiya people,
I need help with this.
I have this netbook, which has a Windows 7 and Ubuntu 10.04 along with a recovery tool in another partition (in fact, this is a program in that holds images of the other partitions, and you can restore them by using it).
I'd like to backup the whole hard disk, completely.
I installed CentOS 6.3, and I've done some additional installations. I would like to make a system backup so that in case of system crash I don't have to reinstall everything from scratch... [by mercurus]
Hi,
One of the system that I have has lot of disk errors. To be safe, I want to backup the system in case of disaster. To backup the system, I did this tar command but it's also doing the NFS mount on the system. Please advice, how to exclude all the NFS mount point, and only tar the system itself.
Why is my backup failing with an error code indicating insufficient disk space (0x80780119) when I have more than sufficient space?
Attempting to run a system-state backup of Windows 8 (via sdclt.exe) to a new (and newly NTFS-formatted) external 3TB drive.
When the "Windows 7 File Recovery" application (yes, that's what it's called, even on Win8), I select the option to "Create a system image",