Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested rSync Backup Solutions: 1 - 25 of 50
 
Hi all, I have an OpenSUSE terminal server and I would like to backup users home directories every day via Cron and Rsync. I am looking for a script or set of scripts that will enable me to...
I have a cwrsync server on a Windows Server 2003 machine and a cwrsync client on another Windows Server 2003 machine, on a local network behind a DSL router, working fine with and without SSH....
I cannot access my VPN from work but not at home. I get an error code 403 message. Could this be because of a COMCAST? My work laptop is WIN XP service pack 2. My home computer has comcast hig...
I need help using rsync over ssh on Windows.  I have installed cwrsync server with openssh on a Windows XP machine.  I then installed cwrsync client on a Windows SBS 2003 machine. I would l...
Ok i am trying to setup my first offsite backup and right now both boxes are in the same building rsyncing nightly without encryption (obviously)...now i want to be ready when i take it offsit...
I have a freenas server up and running and what I would like to do is generate a ssh key so that when my freenas box goes to ssh into other boxes it does not have to use a password. I know how...
I just heard from a friend of mine that there is a file copy limit of approx. 4GB with an ext3 file system (specially on the NAS systems such as Zyxel, NSLU2 etc.). Is that true?
I am using rsync under bash/cygwin on my laptop to backup Documents folder from laptop at home to my desktop in my office, both running Vista+SP1. From laptop, I VPN to my office over broadban...
Was wondering can rsync  daemon accept multiple simultaneous connections to different modules? I want to backup a few remote sites at the same time of day, they are backing up to different ...
I have a batch file that kicks of an rsync of 2 differnt source directories and 2 different destination directories - I am having issues with this .  Here is the script: rsync -rlt -v --pro...
I have a server that runs rsync to backup the files daily. Is this okay to keep a backup of my mysql databases? How does rsync work on a database file that would be continuously updating? ...
Gday, I would like to be able to backup multiple users' history.dat files in their firefox profile folder. The file is found in: /home/<user>/.mozilla/firefox/<random>.profile/history.da...
Hi      I  use winscp to copy from my local windows machine to remote linux server. Now I have rsync daemon on my remote linux machine, So I want to use a incremental update. I wish...
will rsync use the delta-copy (rsync algorithm: portion of the file that has changes) with a regular NAS, or is a rsync server required.
Backup MS server 2003 using the built in utility.  I went thru the utility in the advanced mode and scheduled back jobs (one daily and one every Sunday). The scheduled jobs are not running at ...
Hi, I am currently having a little trouble with the speed of my rsync command between 2 ready nas DUOs. The rsync process runs between 2 netgear ready nas duo devices and the files involve...
I have been using RSYNC successfully for a while now.  I want to start excluding certain file types that are being rsynced.  For example I want to start with mp3 files.  However when I use the...
Hi all, I'm trying to figure out how a WINDOWS rsync should be written for the following situation: Sync should be established from share1 to share2 between 2 Windows Home Servers (box1 ...
I'm currently writing a backup script that syncs remote sites to a local linux system.  Once this completes, it compresses the backup repository, and then during the rotation it will sync it u...
I am trying to use BackupPC to backup a Windows XP client to a share on a Ubuntu 8.04 computer. The connection is established but within a few seconds rsyncd exits. Here is the log entry on th...
I need a simple script to have rsync send failure non failure information to an email. Also, need date and time it occured. Below is the simple rsync script I wrote: /usr/bin/rsync -azv --d...
Hi, I have an OpenSUSE 10.3 server and wish to periodically backup files in my home directory to a Cisco NSLU2 NAS in an incremental "copy only what has changed" fashion. The only way I kno...
HI, I am serching the web for a good free or not so expensive Delta backup software. I've already try to use Delta copy who use rsync for the file synchronization, but I have an issue with it ...
I'm looking for the rsync syntax to synchronize only certain file types (*.c *.h *.htm) in a directory tree (/home/user/dir) on two linux machines. I have tried following command  (on the l...
II have completed some code that syncs two folders from a call in PHP.  But I am having problerms capturing the results of the rsynce command.  Any suggestions would be appreciated.