search for: auz

Displaying 8 results from an estimated 8 matches for "auz".

Did you mean: aug
2004 Sep 08
1
rsync via ssh tunnel
Hi there, I want to put these two commands in just one command: ssh -i ~/.ssh/id_dsa -C -l sascha -L 873:rsync-server:873 bridge-server rsync -auz rsync://user@localhost/share /local-path How can I do this. With Option --rsh (-e) rsync wants to execute the command on the remote machine and not on localhost as I want it... rsync -au --rsh="ssh -C -l sascha -i ~/.ssh/id_dsa -L 873:rsync-server:873 bridge-server" user@localhost::sh...
2004 Aug 17
2
SSH and rsync server
Hi list I need to use rsync with ssh, but I keep getting this error message no matter what I do, I've read the mailing lists but can't figure out what needs to be done: The warning tells me that it's not possibel to use ssh?! I do this: rsync -auz --delete --rsh=?ssh -l ssh_username" rsync_username@1.2.3.4::www /var/www WARNING: --rsh or -e option ignored when connecting to rsync daemon Thanks -- Med venlig hilsen / Best regards Lars E. D. Jensen lars@dangvard.dk
2008 Apr 25
1
"Date Created" missing on files transferred from an ext3 file system to an NTFS file system
I'm using rsync 2.6.9 to transfer tiff files from a linux RHEL 5 server to an NFSv3 directory exported by a NAS running Windows Storage Server 2003 R2 sp2. The NAS is running Microsoft Services for NFS. The rsync command I'm using is: rsync -auz --remove-source-files /m2/archives /nfs-destination The problem I'm having is that ~50% of the files that are moved are missing a creation date. The main problem with this is that the backup software always thinks that they are new versions and always backs them up during an incremental ba...
2004 Aug 26
2
rsync and tunneling via ssh
...to security rules I cannot open the rsync standard port (873) in the firewall. We have to tunnel rsync through ssh. On the client side, which is linux kernel 2.4 I have made the following script, but ssh -i /home/ifao/bin/traveltest -f -C -L 2211:cib.ifao.net:8730 cytric@localhost sleep 1000 rsync -auz --password-file=rsync.cib --delete rsync://rsync@localhost:2211/cibimg /home/ifao/www/cib2 But when running it, I get the following message: channel 2: open failed: connect failed: Connection refused What have I done wrong? I already have gone through much of the mailing list, gathering informati...
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
...f rsync to if any of them worked better with cygwin. Here are the (hopefully helpful) results of those tests. I did three tests for each version of cygwin: locallist: rsync -n --stats --recursive --rsh=ssh sync/ /home/drsync/ get: RSYNC_CMD="rsync --verbose --progress --stats -auz -e ssh" $RSYNC_CMD myuser@myserver.com:sync/ sync/ put: RSYNC_CMD="rsync --verbose --progress --stats -auz -e ssh" $RSYNC_CMD sync/ myuser@myserver.com:sync/ When rsync was hanging, it did so usually by the third time I ran the command. So I figured running each 10is...
2004 Jan 28
0
(no subject)
...Ms6#p?%'7^vQ<?iq9A6kX_9p}WDItQJSE&C`>UDq6 aw%c\z34)vb4H.~Kos&Z>,$$;OCq?J%YM2p-gt_2I<u#d'|FB3]1T69{)i4OreSotYjdO8V^/$X6f(y8~#O<0kmMNX|h{45O<E}a]*^6u3gZmG-*#(D 6 9 ggVfSXn<mk&L!3 e nIcrN(:BUiB|&bLgm- `iRRKiBfb-bq)Q4>\CdpsyD3qm8}cX_:&HSkpiQ9*8]c"aUZ>Ta'vwW2&,7eB{]Q<9xtF*#nhNoPBy( :|8$"HT[v>",z'~I<RpY]PYsF{X%x 'nlQJ' k)qxDUp%C%)fL,)G0If7y]CwlXZqq7 88)3Ci?c< 7Pq l;}QUnni:N?k~iO[n1,OQkMPgDPM2Q)P8ZlRPn'GIG|$vH7]/\X D9$O%]?0YZpBnFsuY- T aiiaY^H3gZ`F.0! &6s[l<_%kPwS>Af?Wt![:qLggQsqC /nY7(L}}...
2013 Apr 05
1
Refining log entries
...he names (with path is ok, but not needed) of files which are either updated or deleted, but no thers. At the moment I also get a complete list of all directories that lie under in rsync's target, whether they are updated or not. My command (running in a bash script) is: #!/bin/bash rsync -auz $SRC/* $DEST --out-format=%n >> $DEST/$LOG I have tried with -v and no '--out-format=%n' also, but this seems very similar. I imagine I am not understanding something quite simple in the docs and would appreciate it if someone could point me in the right direction. With thanks,...
2002 Feb 28
4
theoretical question
i have heard some stories from some people who claim to have been able to set up a partition in linux and install win98 via wine and then having it fire up. i know wine isnt designed for this purpose but apparantly it has been done....who knows, maybe someone is pulling my leg. i'm just wondering if there is anyone out there who has pulled this off and if so how did they go about doing it. i