You are not logged in.

#1 2010-09-20 04:04:09

CPUnltd
Member
From: Milwaukee, WI
Registered: 2009-12-05
Posts: 483
Website

Main repo rsync attempt failure (multiple option changes)

trying to sync my old repo backup with the current repo (lots of changes since, so I figure it's worth it to do) and I'm looking to avoid my last resort (deleting what I have and doing a full filezilla copy again or a commandline wget attempt).  ANY help is welcome at this point... The situation is as follows...:


[cpunltd@myhost ~]$ sudo rsync -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s http://www.gtlib.gatech.edu/pub/linux/d … archlinux/ /media/Repos/archlinux/sync/
Password:
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [Receiver=3.0.7]
rsync: writefd_unbuffered failed to write 6 bytes to fd 4 [Receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [Receiver=3.0.7]
[cpunltd@myhost ~]$ sudo rsync -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s http://mirrors.easynews.com/linux/archlinux/ /media/Repos/archlinux/sync/
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [Receiver=3.0.7]
rsync: writefd_unbuffered failed to write 6 bytes to fd 4 [Receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [Receiver=3.0.7]
[cpunltd@myhost ~]$ sudo rsync -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s http://mirrors.easynews.com/linux/archlinux/ /media/Repos/archlinux/sync/
Password:
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [Receiver=3.0.7]
rsync: writefd_unbuffered failed to write 6 bytes to fd 4 [Receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [Receiver=3.0.7]
[cpunltd@myhost ~]$ sudo rsync -e -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s http://mirrors.easynews.com/linux/archlinux/ /media/Repos/archlinux/sync/
rsync: --delete does not work without --recursive (-r) or --dirs (-d).
rsync error: syntax or usage error (code 1) at main.c(1425) [client=3.0.7]
[cpunltd@myhost ~]$ sudo rsync -e -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s http://mirrors.easynews.com/linux/archlinux/ /media/Repos/archlinux/sync/
rsync: --delete does not work without --recursive (-r) or --dirs (-d).
rsync error: syntax or usage error (code 1) at main.c(1425) [client=3.0.7]
[cpunltd@myhost ~]$ sudo rsync -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s http://mirrors.easynews.com/linux/archlinux/ /media/Repos/archlinux/sync/
Password:
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [Receiver=3.0.7]
rsync: writefd_unbuffered failed to write 6 bytes to fd 4 [Receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [Receiver=3.0.7]
[cpunltd@myhost ~]$ sudo rsync -r -t -v --progress --delete --ignore-existing -u -c -l -H -i -s ftp://mirrors.easynews.com/linux/archlinux/ /media/Repos/archlinux/sync/
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [Receiver=3.0.7]
rsync: writefd_unbuffered failed to write 6 bytes to fd 4 [Receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [Receiver=3.0.7]

Last edited by CPUnltd (2010-09-20 05:35:47)


Help grow the dev population... have your tech trained and certified!

Offline

Board footer

Powered by FluxBB