Write and Burn Data to DVD/DVD-Rw from shell prompt
Most DVD burner tools is running under GUI such as KDE and Gnome.
For a few people such as system administrator, writing file into DVD is a must, especially when you starting to automatically your system such as automatic backup system into DVD.
In order to do that you need a package called “dvd+rw-tools”
Debian installation:
# apt-get install […]
Backup Server using rsync #1
Yes, you can use rsync as your backup system over the network.
Here is my real problem on site:
The box must not restart, shutdown or any downtime.
The firewall has configured with only couple of port opened ( SSH, ftp ) these port has been changed into un-usual port. ( lets say 30022 as SSH, and 30021 […]
Advertisement
More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.About rsync
rsync is a software application for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. rsync can copy or […]
Backup Server without restart the engine
Backup all the system is very important, many backup programs are available in internet but they are bootable disc.
The programs will start when the machine is restarting and booted from CD.
The problem is, the server is running and no way to turn it off even to restart it.
Based on that problem, I will try to […]