Enter Keywords:
1 - 10 of 204(0 seconds)
Sort By:
 
I'm trying to find a good method of backing up a basic Red Hat 9 web server.  I plan to do a frequent backup to a Linux box at home, and an occasional copy to CD for offsite storage.  The only acce...
Zones: Linux AdminDate Answered: 07/08/2005 Rating: 7.4 Views: 0
Greetings, At the moment I'm using rsync in 30 minutes steps to keep a directory on two servers in sync. The total size is about 50gb and 30000 files. Daily changes are not more than 100mb and 5...
Zones: Unix OSDate Answered: 08/14/2004 Rating: 7.0 Views: 0
Hello I would like to know wich files/directories I shall avoid to make a complete mirror of two webservers with rsync using the --exclude-from=FILE option Here is my fist start, I want to copy ...
Zones: Linux NetDate Answered: 03/02/2005 Rating: 7.8 Views: 0
OS X 10.4.6 (BSD) I was using the 'standard' versions (i.e. non-HFS supporting) of rsync with the backup -b option so that I could do nightly incrementals.  This seemed to be running fine. Chang...
Zones: Unix OSDate Answered: 08/15/2006 Rating: 8.6 Views: 0
I am upgrading a server I have  suse 10 on the original and suse enterprise server 9.3 on the new server. The server is used as a file server. I am trying to use rsync to copy all the files/folders...
Zones: Linux AdminDate Answered: 07/19/2006 Rating: 9.4 Views: 0
Hi guys, Has anyone here heard of RSYNC? I was recommended to use this OpenSource software for my company's Linux server. All that I've managed to find out about this software is the good sid...
Zones: Linux, Linux DistributionsDate Answered: 10/29/2006 Rating: 7.8 Views: 0
Hi Guys,   I am trying to use rsync to copy files over preserving owners, rights, group etc. but am having some problem: rsync -avzopg  -e "ssh -i /var/home/hchua/fr1httpmo01-rysnc-key" testing...
Zones: MiscDate Answered: 11/17/2006 Rating: 7.6 Views: 0
Hello everyone, Hopefully someone can help me figure this out :) I'm trying to use rsync to mirror php.net (unofficially). I've been running variations of the following command (via cron): ...
Zones: rSync Backup, Unix OSDate Answered: 04/02/2007 Rating: 8.0 Views: 0
I have used rsync very simply in the past ie: rsync -av user@ipaddress:/from_server_path/   /to_server_path/ This being done at command line in an SSH session, and thus passwords entered manu...
Zones: Linux Admin, Linux Net, rSync B...Date Answered: 11/08/2007 Rating: 7.2 Views: 0
rsync -e "ssh -p22" -avz --delete /home/user2/public_html/virtualftp/* user1@*.*.168.26:/home/user1/public_html Works fine, but --delete argument doesent work
Zones: rSync BackupDate Answered: 01/24/2008 Rating: 6.0 Views: 0