Search Tips/Tutorials Special Offer Add a Host Free Domain Name Advertise Contact Us

Posts Tagged ‘Backup’

How to backup your server using rsync

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.9.3_1094]
Rating: 0.0/10 (0 votes cast)

,

How to backup your MySQL database via SSH/Telnet

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.9.3_1094]
Rating: 0.0/10 (0 votes cast)

, , ,