search for: rsyncus

Displaying 15 results from an estimated 15 matches for "rsyncus".

Did you mean: rsync's
2003 Apr 12
1
rsync over ssh question
...nto which an SSH daemon is running - Through the SSH tunnel I want to send rsync traffic to a backup server, sitting behind the firewall and running rsync in daemon mode Here is the command I tried to use : rsync -e "ssh -p 1142 -l sshuser [firewallip] -" -av --progress --delete -z ./ rsyncuser@[backupserverip]:testdir This gives me a bash error on "-" after I successfully logged on to the ssh server. I verified that the rsync daemon is running correctly. No firewall rules are blocking rsync traffic from the firewall to the backup server. Can somebody provide me the correct...
2013 Jul 02
1
wildcards and nested files
...t be a better way than what I'm doing. If I want to copy only these two directories: /etc /home/*/.maildir Is this the best way to do it: rsync -arzv --delete-excluded --files-from 'files-from.txt' --include-from 'include-from.txt' --exclude-from 'exclude-from.txt' / rsyncuser at hostname: files-from.txt: /etc include-from.txt: /home /home/* /home/*/.maildir exclude-from.txt: /home/*/* - Grant
2006 Dec 15
4
_exit_cleanup(code=12, file=token.c, line=419): about to call exit(12)
...On the destination machine : /home/Lic/ is the destination folder. I want in it to be created subfolders such as : /home/Lic/Lic home/Lic/Lic2 .. .. .. /home/Lic/Lic9 with in each subfolders only .licence files from the source machine. I launch it : rsync -avvvztog -e ssh /home/dps3/public/Lic* rsyncuser@192.168.100.5:/home/Lic/ --include='*/' --include='*.lic' --exclude='*' And every time i get an error such as : recv_files(Lic/file020500101.lic) recv_generator(Lic/file7250600401.lic,4419) recv_files(Lic/file020599999.lic) rsync: mkstemp "/home/Lic/Lic/.file020599...
2002 Mar 23
3
Rsync permissions...
...root with a cron job, using the following: rsync -avt /home homeserver::home rsync -avt /etc homeserver::etc Some of the files transfer OK, but I get: building file list ... done failed to set permissions on home : Operation not permitted home/brad/ home/ftp/bin/ home/ftp/etc/ home/ftp/pub/ home/rsyncuser/ failed to set permissions on home : Operation not permitted home/brad/ wrote 14591 bytes read 40 bytes 4180.29 bytes/sec total size is 1249200945 speedup is 85380.42 @ERROR: chroot failed I have created the destination home directory as: drwxrwxrwx 29 root root 4096 Mar 20 00:...
2002 Mar 12
2
Need help getting rsync working...
I have so far been unable to get rsync to work properly in a test setup. Does anyone have any ideas? Both PCs are running RedHat 7.2. The Server: IP Address 192.168.0.202 Server Name: RH72TB hosts.allow ALL: 192.168.0.201 rsyncd.conf: [testmodule] path = /tmp The Client: IP Address 192.168.0.201 hosts file: 192.168.0.202 RH72TB I have run "rsync --daemon" on the server.
2002 Feb 25
2
Trouble getting rsync to work....
I have read the MAN page and the Rsync page and have set up an /etc/rsync.conf but I can't seem to get it working. I have tried starting the daemon and adding the correct entry on the server hosts.allow file, but I just get "Connection refused" from the server. Surely this can't be that difficult, but I am at a bit of a loss. Can anyone help? Regards, Brad
2006 Mar 09
0
rsync failures through ssh tunnels
...e system. heres the script with the commands just echoing the commands to the screen. What I am finding is that even after ssh sets up the tunnels that rsync sits in a sleep state forever. Any pointers will be greatly appreciated. #!/bin/sh # by db # date: 20060306 # sshuser="sshuser" rsyncuser="rsuser" rhost="rhost.asu.edu" pforward="8730" rport="873" sshoptions="-fN -L $pforward:localhost:$rport " module="home" dest="uc-sirc1/home/" echo "Connecting to host $rhost" echo /usr/bin/ssh $sshoptions $sshuser@$r...
2010 Nov 01
1
Ubuntu Server can't see XP desktop share
Try as I might I can't get fstab has this in it... //Q660/sback /mnt/sback smbfs iocharset=utf8,credentials=/home/rsyncuser/.smbcredentials,dirmode=0775,gid=0 0 0 smbtree returns this... BANANA \\THECOMPUTER \\Q660 // A Windoze XP Home desktop machine \\Q660\Root \\Q660\sback...
2014 Jan 07
1
Selective --delete
I have two servers which I will refer to as a LIVE and DEV servers. On the LIVE server, I have a script that executes the following rsync command: rsync --links --verbose --progress --archive \ --exclude="=imagebase=" --exclude="events" \ --delete \ rsync://rsyncuser at DEV.domain.com/path/on/DEV /path/on/LIVE/ My issue is with the --delete part. While I want the procedure to delete extraneous files from the LIVE server when they are removed from the DEV one, there are a few files on LIVE that do not and will never exist on the DEV server, however they are...
2002 Apr 06
1
ERROR: chroot failed
I am trying to use rsync to transfer some directories from a RedHat 7.0 box to a RedHat 7.1 rsync server via a cron job. The cron command line: 00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s "Rsync Backup Log" my@emailaddres < /tmp/backup.log The 7.1 rsyncd.cond; [home] path = /home/brad/data/emailbackup read only = no uid = root gid = root The
2002 Jun 25
1
Delete old files?
I have Rsync working ok, backing up some server directories onto another server each evening. If I do an rsync back up of a directory - called "test", for example - and in the "test" directory there is a file called "testfile", it gets backed up OK. However, if that file, "testfile" gets deleted from the original "test" directory, when I run
2002 Dec 09
1
rsync 2.4.6 hanging on HPUX11 only over firewall.
We are running rsync 2.4.6 on HPUX-11and using it to push a document-root from a staging area to several servers running rsync in daemon mode. The rsync client syncs successfully to modules on the same server and to most other machines, but hangs when trying to syncronise across a firewall (from SECURE zone to DMZ) (The firewall port IS OPEN!!) During a normal release where there are rougly
2001 Dec 19
3
RSYNC: Backup Solution thoughts...
...work? Lachlan. motd file = /etc/motd max connections = 5 syslog facility = local3 [mirrorserver] comment = mirror server path = / read only = yes list = yes uid = nobody gid = nobody hosts allow = *.blah.com *.blogs.com auth users = rsyncuser secrets file = /etc/blahrsyncd.secrets ----------------------- Lachlan M. D. Cranswick Collaborative Computational Project No 14 (CCP14) for Single Crystal and Powder Diffraction Birkbeck University of London and Daresbury Laboratory Postal Address: CCP14 - School of Crystallogra...
2002 Oct 11
4
Problem with checksum failing on large files
...e rsync in all cases. Is there a different checksum mechanism used on the second pass (e.g., different length)? If so, perhaps there is an issue with large files for what is used by default for the first pass? Here is the verbose output: ======================= $ rsync -avvv --stats --progress rsyncuser@10.200.1.1::rsync/gb-testfile gb-testfile opening tcp connection to 10.200.1.1 port 873 Password: receiving file list ... recv_file_name(gb-testfile) received 1 names 1 file to consider recv_file_list done get_local_name count=1 gb-testfile generator starting pid=2500 count=1 recv_generator(gb...
2002 May 22
0
Version incompatibility...
After lots of testing, I believe that I have discovered my problem. I am trying to use rsync to synchronise a Red Hat 7.2 Server and a RedHat 7.3 Server and they have different versions of rsync on them. I set up 2 x Red Hat 7.3 machines, both running rsync-2.5.4-2 and they work fine, transferring files via rsync with no problem. Here is my test rsyncd.conf on the server