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...
http://www.experts-exchange.com/OS/Linux/Administration/Q_20738085.html
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...
http://www.experts-exchange.com/OS/Unix/Q_20987844.html
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 ...
http://www.experts-exchange.com/Networking/Linux_Networking/Q_21303176.html
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...
http://www.experts-exchange.com/OS/Unix/Q_21881054.html
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...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21925013.html
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...
http://www.experts-exchange.com/OS/Linux/Q_22013500.html
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...
http://www.experts-exchange.com/Other/Miscellaneous/Q_22027431.html
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):
...
http://www.experts-exchange.com/Storage/Backup_Restore/rSync/Q_22483835.html
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...
http://www.experts-exchange.com/OS/Linux/Administration/Q_22718598.html
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
http://www.experts-exchange.com/Storage/Backup_Restore/rSync/Q_23099327.html
Zones:
rSync BackupDate Answered: 01/24/2008 Rating: 6.0 Views: 0