Displaying 3 results from an estimated 3 matches for "avzule".
Did you mean:
avzul
2008 May 05
2
Rsync with daemon over SSH on port 22 not daemon port
Hi gurus!
First time post:
Scenario want to talk to daemon locked behind a firewall using encrypted transfer of files.
Have daemon setup on port 10001.
Do not have NC, do not have root access.
Client command :
rsync -avzul -e "ssh -vvv -l username" /home/users/blah/ rsync://lrem02:10001::/live
As you can see the connection is set to talk to lrem02 on port 10001 however i want to
2003 Aug 07
2
--delete-excluded by default?
rsync is deleting all the files that match my exclude strings, but I
don't want this to happen and I am not using the --delete-excluded
option. Is this a known problem/feature? The files it is deleting DO
still exist on the sending server.
Here is the command I'm using:
rsync -avzul --delete blue1-eth1::mod1 /home/.sites
and it is version 2.5.5-C1
Thanks,
-e.l.
2007 Jan 31
1
rsync on a mac - trouble with aliases
...iple
copies of the same image on the master. what i did was to set up directories
for each location and place aliases of the images to go to each location in
that directory.
to accomplish this goal, i placed the following line in my crontab on the
master.
(time for this to execute) rsync -e ssh -avzuLE --copy-links
/Volumes/Storage/lincoln/ 172.16.40.200:/images/
perhaps there's a problem with my syntax? any help for this underfunded school
district would be greatly appreciated!
--john