Q. Is There a UNIX / Linux unerase or undelete command? How do I undelete files under a UNIX / Linux system?
{ 5 comments }
Q. How do I use rsync command to back up a home directory under Linux operating system? A. rsync command easily backup your home directory to local secondary hard disk or remote server using ssh protocol. rsync is a software application for Unix systems which synchronizes files and directories from one location to another while [...]
{ 5 comments }
Q. How can I copy one hard disk to another using dd command? A. dd command can copy disk in raw format. It will copy partition table and bootloader and all partitions within this disk. For example, you can copy /dev/sda to /dev/sdb (same size) using the following dd command. dd should complete with no [...]
{ 15 comments }
Q. How do I make remote backups under Linux? I’ve CentOS 5 Linux server located in remote data center and I’d like to backup it to local or another server? A. Both Linux / UNIX come with handy tools to make secure remote backups. You can use tool called rsync for automating remote backups of [...]
{ 3 comments }