Archive for the ‘Backup Tools’ Category

How to backup your server using rsync

Sunday, November 15th, 2009

There’s a new kid on the backup software block: rsync. rsync was originally designed to replace rcp, the venerable old Unix remote copy program. Because of its sophisticated means of synchronizing and transferring file trees, rsync is widely used for mirroring Web sites. rsync transfers only the changes in files, using the devilishly clever rsync algorithm. It calculates diffs without needing both files to be present. This little bit of magic is described in the documentation accompanying the program (for those interested in such). rsync then does on-the-fly compression, making network file transfers very fast and efficient.

(more…)

VN:F [1.8.0_1031]
Rating: 0.0/10 (0 votes cast)

How to backup your MySQL database via SSH/Telnet

Tuesday, November 10th, 2009

In order to follow this tutorial you must have SSH/Telnet access. Login to your server via SSH/Telnet. You can download a free SSH/Telnet client here
Type:
(more...)

VN:F [1.8.0_1031]
Rating: 0.0/10 (0 votes cast)