Displaying 20 results from an estimated 1000 matches similar to: "rsync transmits unchanged data"
2009 Jul 26
1
Need help of exclusion options in rsync-3.0.6
Hi,
I have a situation where I want to delete some of my excluded patterns but
still want to preserve some other. For example consider below source and
destination directory hierarchy.
Source Dest
---------- ---------
/foo/bar/ /foo/bar/
| -> baz | -> baz
| -> xyz | -> xyz
| ->
2010 Mar 04
1
mysqlWriteTable . error in your SQL syntax?
Hi,
Can somebody advice on weird mysqlWriteTable bug.
> mysqlWriteTable(conn, 'comparison',design2, row.names = F, overwrite=T)
Error in mysqlExecStatement(conn, statement, ...) :
RS-DBI driver: (could not run statement: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"condition"
2005 Aug 26
1
Cannot copy Files > 2GB
Hi all
I'm using Samba version 3.0623 on my rhel3 with kernel 2.4.21
I mounted a windows partition with the command "smbmount".
Now I have the problem, that I cannot copying files which are larger than 2GB.
The cp command starts and everything works fine until the 2GB are reached. Then
the bash gives me the error: "The maximum file size is exceeded"
the
2005 Sep 09
1
Exclude directoy
Hi!
Just a stupid question:
If I want to exclude all directories in different locations named for example
"binary" but not files with name "binary", which exclude command I have to use?
--exclude *binary*
...I thougt that this is the right one...but unfortunately it excludes also
files which contains the "binary" name!?
kind regards
martin
2002 Sep 27
2
Rsync synchronizes unchanged files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I wish to use rsync to synchronize a whole fat32 (MSWindows) partition
mounted into a linux system. I run rsync from linux.
The problem is rsync synchronizes most of the data even if the data hasn't
changed since the original image was made.
I used the -avz parameters to do the backup and the same for restoration.
Also I've tried just -rvz. It
2002 Dec 05
1
Patch to ignore exluded files.
I came up with a patch to fix the problem of IO Errors caused by
excluded files as did Eugene V. Chupriyanov below.
Is there a chance that this change will show up in a future version of
rsync?
Is there a reason that we should not ignore IO errors when copy_links is
off? Just want to make sure that I'm not missing something here that
may corrupt my syncs....
Here's the version that
2016 Jan 20
1
[PATCH] Consider nanoseconds when quick-checking for unchanged files
On Wed 20 Jan 2016, Andrey Gursky wrote:
>
> I was just about to implement the same, since nanoseconds are taken
> into account when transferring, thus making it obvious not to ignore
Really? I thought the protocol only transmits seconds.
Paul
2005 Jun 30
0
Relationship between dyn.load and library.dynam
I am a little confused about the relationship between library.dynam and
dyn.load
>From the documentation:
library.dynam(chname,
Load the specified file of compiled code if it has not been loaded
already, or unloads it. Where chname is a character string naming a
shared library to load.
and
dyn.load(x, local = TRUE, now = TRUE)
Load or unload shared libraries, and test whether a C function
2003 Apr 18
2
rsync with redhat-8.0
I have 2 machines with redhat-8.0
I made a control, and the PC's told me that rsync was installed on both
( I tried to install again the rpm before I get the messages )
I have rsh on both machines to but I could just activate on one of them,
my dhcpd server.
I made a ping -c 4 to my client it's works.
when I try to execute this sentence, I get the following message.
> [root@pc02
2002 Aug 11
2
How to rsync selective subdirectories
Hi
My directory structure is something like following:
List of files in /abc/dir/
20020811
20020812
20020814
20020815
(where directory name above is the date, and daily changes i.e.
directories are added and deleted)
list of files in /abc/dir/20020811
toid
toil
etd
dt
(all the date directories contain the directories as above and
2016 Jan 20
2
[PATCH] Consider nanoseconds when quick-checking for unchanged files
I wrote on Fri, 02 Jan 2015 16:02:27 +0100:
> --- a/generator.c 2014-06-14 01:05:08.000000000 +0200
> +++ b/generator.c 2015-01-02 15:50:30.000000000 +0100
> @@ -588,7 +588,14 @@
> if (ignore_times)
> return 0;
> - return cmp_time(st->st_mtime, file->modtime) == 0;
> + return cmp_time(st->st_mtime, file->modtime) ==
2007 Feb 10
1
Differences between IDLE when Maildir vs. wel the "mail" folder is used
Are there any differences with how both IDLE and "UID FETCH n:n+x (FLAGS
UID...)" are handled when Dovecot is using a "mail" vs. a "Maildir"
user?
I have recently implemented support for IDLE (Push E-mail) in a client
infrastructure that I'm building. I haven't in depth checked out what
the problem might be, but when Dovecot was using the "mail" dir
2011 Jan 28
2
(no subject)
Hello,
I have a data set with each column containing data like this:
row column1
1 1.2
2 NA
3 NA
4 3
5 5
6 NA
7 1.5
8 NA
9 NA
10 NA
11 3
12 NA
13 3
14 NA
15 NA
16 NA
17 NA
18 3
19 1.2
20 NA
>From this I would like to extract the sequence containing at least three rows of 3 in a row (exlcuding NAs). I would also like to have the row numbers showing the place of the last
2008 Dec 05
6
xtables-addons+iptables-1.4.1+
Hi all,
We are trying to upgrade to iptables 1.4.1+
however the ipp2p module now it is included in the xtables-addons modules.
In the xtables-addons modules the commad line for ipp2p is changed
and the
-m ipp2p --ipp2p
option is not supported anymore ....
instead the maintainer requires that we use -m ipp2p --bit ... -m ipp2p
--kaza for each different P2P protocol.
as a result shorewall does
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
This has two purposes :
- cleaner code
- reduce the diff between nv30 and nv40 exa for a possible nvfx_exa merge ?
The main differences seem to be that nv30 uses rect texture format (and does
not support repeat on that). Then there are some minor changes in TX_FORMAT
RT_FORMAT and TEX_FILTER usage. And NVAccelInitNVx0TCL look complete
different.
Tested with:
./rendercheck -t
2011 Mar 25
2
[Bug 8039] New: rsync won't link unchanged files
https://bugzilla.samba.org/show_bug.cgi?id=8039
Summary: rsync won't link unchanged files
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: asciencegeek at yahoo.com
2008 Mar 04
1
preserve ctimes of *unchanged* directories on receiver
'rsync -a' updates the ctime on a directory even if no file in that directory
has changed. A kind of workaround is to use '-O', but then the mtimes of
directories are not preserved.
(Usage example where this is important: maintain a copy of filesystem A in
filesystem B, and use filesystem B as the source for incremental backups
(e.g., with star). rsync is run before an
2010 Jul 17
0
CELT_GET_BITSTREAM_VERSION unchanged from 0.7.1 to 0.8.1
#define CELT_GET_BITSTREAM_VERSION 2000
Is there a reason this stayed the same or did someone just forget to change
it?
-torg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100716/d45c084e/attachment-0002.htm
2005 May 13
0
Unchanged sound through Asterisk
Hi!
To me, it seems like Asterisk are involved in alternating the sound/voice running through it.
One thing is that it mutes DTMF digits.
I also got an Adit 600 channel bank connected via MGCP, which _might_ have something to do with it,
but I can't find any settings in it, regarding DTMF mutes.
How can I make sure Asterisk is _not_ "changing"/"transforming" the sound (as
2004 Jul 22
1
writing a file keep the group unchanged
Hi, via samba, I write a file. However, after I write a file, the file
is owned by my primary group. The file is used to be owned by a group
whom I belong to, but that group is not my primary group. Is there any
way I can write that file but still keep the group ownership? Thanks