Readers,
Command terminal output:
$ rsync -rv * -e ssh u...@pathtoremotemachine
sending incremental file list
rsync: mkdir "/localmachine/path/to/home/u...@pathtoremotemachine"
failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(576) [receiver=3.0.4]
rsync: con
On 07/09/2009, Matt McCutchen wrote:
> On Mon, 2009-09-07 at 23:22 +0100, e-letter wrote:
>> Scenario: file.txt on local machine, to be transferred to remote host.
>> Remote host has rsync installed. Reading the manual I the examples
>> describe scenarios where rsync is i
Readers,
Scenario: file.txt on local machine, to be transferred to remote host.
Remote host has rsync installed. Reading the manual I the examples
describe scenarios where rsync is installed on the local machine. Is
rsync suitable to use when installed on the remote host?
--
Please use reply-all
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
The local folder contained the text file, which was confirmed by the command
ls ./
When I go to the remote machine and repeat this command, the file is
not shown which means that transfer failed.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change
On 18/08/2009, Wayne Davison wrote:
> On Mon, Aug 17, 2009 at 09:02:42PM +0100, e-letter wrote:
>> rsync -t *.txt u...@remote.machine:
>> No response from the command terminal, except for a new prompt
>
> Then it succeeded. If you want it to be more verbose, tell it to be
On 17/08/2009, Paul Slootman wrote:
> On Mon 17 Aug 2009, Paul Slootman wrote:
>> >
>> > I have tried the following command:
>> >
>> > rsync -t *.txt ssh u...@remote.machine:
>
I removed the ssh from the command:
rsync -t *.txt u...@remote.machine:
No response from the command terminal, except f
On 17/08/2009, Paul Slootman wrote:
> On Mon 17 Aug 2009, e-letter wrote:
>>
>> I have tried the following command:
>>
>> rsync -t *.txt ssh u...@remote.machine:
>>
>> and receive the following error:
>>
>> rsync: link_stat "local/machinepat
On 17/08/2009, si...@tranmeremail.org.uk wrote:
> Try rsync -av *.txt:u...@remote.machine/path/to/where/you/want/it/to/go/
> (assuming you only want to rsync the txt files from the current
> working directory on the A side - else put the full path in with a
> trailing slash).
This failed, command
Readers,
I have tried the following command:
rsync -t *.txt ssh u...@remote.machine:
and receive the following error:
rsync: link_stat "local/machinepath/ssh" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at
main.c(1031) [sender=3.0.2]
My unde
10 matches
Mail list logo