Displaying 20 results from an estimated 40000 matches similar to: "Which files could not be transferred"
2003 May 31
3
why are these files being transfered
Setup: Redhat linux 7.3
rrsync: version 2.5.6 protocol version 27
I'm trying to employ rsync in conjuction with with a cvs setup.
The setup employs a bufffer where changes are made then moved to a
checked out module from cvs repository and finally any cvs actions
necessary are done.
So far just testing this out with some copies of both directory trees.
Right now the files in both are
2009 Mar 27
7
is zpool export/import | faster than rsync or cp
I need to move data from one zpool to another, lock stock and
barrel,
Being from linux background my instinct was to use rsync. But then I
remembered seeing the `export/import options in man zpool.. And I''ve
seen mention of them here too, but didn''t pay attention since I''d
noticed no need yet.
Now I''m wondering if the export/import sub commands might not be
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes:
> On Tue, Nov 8, 2016 at 1:02 PM, Harry Putnam <reader at newsguy.com> wrote:
> [...]
>> gv harry> ssh -vv 2x
>>
>> OpenSSH_7.3p1-hpn14v11, OpenSSL 1.0.2j 26 Sep 2016
>
> this is a third-party modified version of OpenSSH. Can you reproduce
> the problem with a stock OpenSSH from the source from
2009 Feb 18
11
Confused about prerequisites for ZFS to work
I''m hoping to get some general clues about what all is required to get
an experiment going with zfs.
I''ve managed to install osol-11 in a vmware on windowsXP host from a
recent *.iso.
I''m following along with Simon''s blog showing how to set up ZFS. I''m
newbie with both ZFS and Solaris but the instructions seem pretty
clear.
However I''m
2009 Mar 06
5
RePartition OS disk, give some to zpool
I''ve got knee deep into learning how to use Opensolaris and zfs, and I
see now that my goal of home zfs server may have been better served if
I had partitioned the install disk leaving some of the 60GB to be
added to a zpool.
First, how much space does a working OS need. I don''t mean bare
minimum but to be comfortable and have some growing room (on the
install disk)?
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
all but one lan host (gv)can ssh connect to host 2x
Included windows 10, several linux. 2x is a solaris host.
That problem host (gv) can connect to all others but 2x.
2x can connect to all other encluding the problem host (gv)
So gv ssh to 2x throws this error:
ssh_dispatch_run_fatal: Connection to 192.168.1.42 port 22: incorrect
signature.
192.168.1.42 is 2x. So incoming ssh from gv to 2x
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes:
> On Tue, Nov 8, 2016 at 2:43 PM, Harry Putnam <reader at newsguy.com> wrote:
>> Darren Tucker <dtucker at zip.com.au> writes:
>>
>>> On Tue, Nov 8, 2016 at 1:02 PM, Harry Putnam <reader at newsguy.com> wrote:
>>> [...]
>>>> gv harry> ssh -vv 2x
>>>>
>>>>
2009 Mar 27
18
Growing a zpool mirror breaks on Adaptec 1205sa PCI
Setup: Osol.11 build 109
Athlon64 3400+ Aopen AK-86L mobo
adeptec 1250sa Sata PCI controller card
[re-posted from accidental post to osol `general'' group]
I''m having trouble with an adaptec 1205sa (non-raid) SATA PCI card.
It was all working fine when I plugged 2 used sata 200gb disks of a
windows xp machine into it. Booted my osol server and added a zpool
mirror using those
2016 Nov 08
2
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes:
> On Tue, Nov 8, 2016 at 3:30 PM, Harry Putnam <reader at newsguy.com> wrote:
> [...]
>> After having 7.3p1 & 6.8p1 fail with same wording... I tried 6.7p1 and
>> find it fails with what looks like the same problem but has slightly
>> different wording.
>
> I set up the same versions (server:OpenSSH_6.6p1,
2002 Jan 10
2
exclude this file #notes#
What is the necessary syntax to exclude a file named #notes# from an
action?
I've tried these without success:
#*
"#*"
#notes#
"#notes#"
\#notes\#
2009 Jun 23
6
recursive snaptshot
I thought I recalled reading somewhere that in the situation where you
have several zfs filesystems under one top level directory like this:
rpool
rpool/ROOT/osol-112
rpool/export
rpool/export/home
rpool/export/home/reader
you could do a shapshot encompassing everything below zpool instead of
having to do it at each level.
(Maybe it was in a dream...)
2009 Jul 08
1
rsync between windows Opensolaris failures
Can anyone tell me what is wrong in this picture with error output:
rsync -nvviirp --inplace harry@harvey:/cygdrive/c/Documents\ And\ Settings ./docs_settings_$(dtf)
opening connection using ssh harvey -l harry rsync --server --sender -vvnpr --inplace . "/cygdrive/c/Documents And Settings"
harry@harvey's password:
protocol version mismatch -- is your shell clean?
(see the rsync
2009 Jan 15
2
--compare-dest; I'm missing the boat
I must be seriously misunderstanding the man page coverage of
--compre-dest. My take was that if a file in compare-dest=dir
matches a file in SOURCE/ then it won't be transferred to DEST/.
I tried this test. (d1 has single files and 2 subdir with files)
cp -a d1 d1a
mkdir d2
rsync -avv --compare-dest="./d1a" d1/ d2/
d1a is carbon copy of d1 but still every last file in
2003 Jul 05
1
How to pull files that are behind excluded directories
Can this be done:
Directory structure under ~/News
News/agent/nntp/(various server names)/=> thousands of actual news
messages/ But also a few files I wnat backed up.
Example
News/agent/nntp/some.news.server/agent.lib
I want agent.lib directory but not all the other stuff under
some.news.server
ls News/agent/nntp/some.news.server/
agent.lib comp gnu alt
The other directories
2002 Apr 12
1
Once again somewhat mystified with exclude rules
I go thru this every few mnths it seems. Rsyncs exclude rules are
very sophisticated but because of that somewhat unfathomable at times.
Simplified:
I want to exclude directories named no_bak anywhere in the tree
but only the files under them, not the direcrories themselves.
My exclude rules look like:
no_bak/*
/no_bak/*
The first one does catch directories by that name on the first level
but
2009 Mar 29
9
About snapshots or versioned backups
This may be a bit poorly thought through but in this case I don''t
really know enough to really think it through.
My back ground is linux... there I used a tool called rsnapshot which
used rsync and some hardlink magic to create versioned backups. But
take very little space.
By versioned I don''t mean as in version control but just copies of
files as they change.
It worked by
2006 Feb 14
1
exclude all but specifice files in dir
How can I accomplish this:
Include
~/.kde*/some/deeper/path/bookmark.xml
But excldue all the other files under ~/.kde*
That is, I want only one file from this directory of dozens of files.
One of the examples given in man rsync appears to be about this
kind of problem:
One solution is to ask for all directories in
the hierarchy to be included by using a single rule:
2008 Apr 09
2
rsync error: some files could not be transferred -- How to ignore
Hi Wayne,
I read your thread online at http://lists.samba.org/archive/rsync/2005-June/012847.html
and I am having a similar problem.
In my case, rsync displays the error code "rsync error: some files
could not be transferred (code 23)" and it kills my script. Do you
have any advice on how would I go about writing, researching etc. a
script to tell rsync to ignore such errors?
rsync reports "some files could not be transferred" (code 23) when problems occur with password-file
2007 Nov 01
1
rsync reports "some files could not be transferred" (code 23) when problems occur with password-file
Hi all,
I think I just found a small bug in rsync... It has costed me about half
an hour searching for a problem which actually didn't exist!
If you use rsync like this:
> rsync --password-file=/tmp/non-existing-file /tmp/somefile foo@bar::tmp/
Rsync will ask for the password since the supplied file doesn't exist:
> rsync: could not open password file
2005 Jun 16
2
rsync error: some files could not be transferred -- How to ignore
Hello all,
I'm using rsync client in Linux box and cygwin rsync daemon in Win
2k machine. When i do transfer of directory contents "C:/Documents And
Settings/Administrator/Local Settings/Application
Data/Microsoft/Windows" using rsync, i'm getting the following error
through stderr.
------------------------------------------------------------------------