WordPress subpage listing
November 8, 2006 in Uncategorized
November 8, 2006 in Uncategorized
November 1, 2006 in Backup, Hosting, Linux
This one is of the more manual kind and requires comand line knowledge and you needs to edit batch files to make it work.
Rsync is a Linux/Unix tool that transfers files from one computer to another.
Here’s an example of the use of RSYNC:
rsync -e ssh -av username@servername.domain.com:remote_directory local_directory
The steps to backup your files can be summarised like this
Pros
Cons
Popularity: 5% [?]
November 1, 2006 in Backup
In my research for good backup solutions I found the Cobian backup program. It uses ordinary ftp to copy files and directories to a ftp server of your choice. It works like a simple ftp client and runs as a service and with a good scheduler. This makes it possible to have unatended backups running. Cobian semms to have encryption features to make secure backups and it can have incremental backup tasks.
The good
The bad
Popularity: 3% [?]