Displaying 20 results from an estimated 1200 matches similar to: "Implicit --itemize"
2016 May 11
2
Synch group with different gid
Hello
I have a problem while synching between two NAS boxes with Linux.
First NAS: group staff=50 (3.0.3pre1)
Second NAS: groups ftp=50, staff=500 (rsync 3.1.1)
I synched with -rptgo, without --numeric-ids. The expected result
was that the items on the second group would be staff as well
even with a different gid. However it looks like the 50 was taken
literally and now all staff items are ftp
2009 Jun 15
1
Big timeout time
Hi
I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800.
However sometimes I get very big timeout times like this one:
io timeout after 12220 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1]
rsynd.conf on the receiving side only defines modules, no timing parameters.
How can that happen? What can I do to prevent
2016 Jun 02
6
Delete remote folder
Hi
I'm trying to build a backup system based on rsync. It should
work with different destinations (local, share, remote etc) that's
why I'm looking for ways how every operation can be controlled
from the client side.
I want to create full backups and incremental backups. For the
incremental backups I use --compare-dest lastfullbackup. This
works nicely except that the whole directory
2016 Jun 02
2
Delete remote folder
At 10:52 02.06.2016, Hans-Christian Jehg wrote:
>Content-Transfer-Encoding: 7bit
>
>Try having a look at this, for inspiration.
>
>It does require the capability of hard-links on the remote end though... and it does not resolve your "delete target directory" either, but it might save you some fiddeling around :-)
>
2007 Sep 18
2
Data corruption check
Hi
I was wondering what happens if a file that is regularly synched but
seldom changes gets corrupted in the copy. As it seldom (or never)
changes the mod time will always be the same. But if the content
changes (bit flip, bad HD...) will rsync get this and synch it again?
Would I need the -c (crc) flag for this to work? That of course slows
things down quite a bit. Is this the only way to
2003 Mar 20
1
NWLINK.VXD
Hi,
I'm trying to run the following program with lastest wine release.
http://www.receita.fazenda.gov.br/publico/programas/irpf/2003/UnicoDisco/irpf2003v1_2.exe
The installation runs OK, but when I try to run the program I got a exception.
I think the problem is this
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
How can I solve this?
Is there any NWLINK.VXD
2009 Sep 17
4
Limit rsync running time
Hi
I'd like to rsync a large amount of data over a slow connection,
but only during night hours. I couldn't find a parameter that limits
the time that rsync is running, only the timeout on idle time.
I guess the way to go would be to start rsync, get the process
ID and kill the process later on.
Has anybody already written a bash script that would do something
like that? Are there other
2014 Dec 02
1
Aw: Re: Comparing FLAC header before syncing
yes, i`d second that.
maybe you just try using metaflac to generate the appropriate list of files to sync and then feed that list to rsync.
> Gesendet: Dienstag, 02. Dezember 2014 um 08:37 Uhr
> Von: "Fabian Cenedese" <Cenedese at indel.ch>
> An: rsync at lists.samba.org
> Betreff: Re: Comparing FLAC header before syncing
>
> At 02:24 02.12.2014, Mike Garey
2007 Sep 05
2
Win32 port?
Hi
Has anybody ever tried (and most probably failed) to port rsync to Win32?
I know there are versions built with cygwin and there are also other
Windows programs that include the rsync algorithm. But neither of them
make me really happy. The cygwin version is dead slow on my AMD
3500+ and the Windows programs all make something differently, can't
be scripted and/or have an unusable GUI.
I
2016 Jul 01
2
rsync on Windows questions
Hi
I'm using a cygwin compiled rsync on Windows to backup
and restore files from my local Windows computer. I'm trying
several destination types:
- remote with rsync://
- Samba share \\Server\Share
- local drive
I'm having problems with the user rights. The backup works
ok but after restoring some files I can't access them. I've
read that this is because rsync runs as cygwin
2016 Jun 28
2
rsync failure on corrupted source data
I am trying to copy data from a partially corrupt backup (time machine)
disk on a os x system to another.
Firstly the rsync version (OS X 10.11.5):
sync --version
rsync version 2.6.9 protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
2016 Dec 19
1
Aw: rsync show files changed during transfer - how?
At 17:00 19.12.2016, devzero at web.de wrote:
>>http://olstrans.sourceforge.net/release/OLS2000-rsync/OLS2000-rsync.html
>
><snipp> But the filename twice can happen under other circumstances; if you've seen this happen, it's almost certainly because the file changed during transfer. Rsync does no locking. Which means that: if you are modifying a file while it's
2014 Dec 02
2
Comparing FLAC header before syncing
Hi all, I'd like to modify rsync to add a flag to compare the MD5 signature
of the unencoded audio data in the header of a FLAC file to determine
whether or not to transfer a file.
The reason being that I've got a large number of FLAC files, many of which
are corrupted in the destination volume, but many of which are valid but
the tags have been modified. The sizes of both the source and
2017 Jul 03
3
reshaping the data
Dear all,
I would appreciate please a piece of help regarding the use of acast/dcast
functions in reshape2 package.
Specifically, I'm working with a data frame, that has information about
SAMPLE, GENE, and TYPE of MUTATION (as shown below):
Sample Gene Type
22M AEBP1 SNV
17M AEBP1 SNV
22M ATR INDEL
22M ATR SNV
11M BTK SNV
11M BTK
2014 Jan 06
2
Strangely fast run without error
Hi
I have a NAS with rsync 3.0.3pre1. I know that is not new,
but a NAS is not easy to update. This usually works fine.
I have set up jobs to backup various stuff to another NAS.
This is the statistics of one run. Though there were seen
files (file size, vmware images) it finished almost immediately
which lead to the funny transfer speed.
receiving incremental file list
Number of files: 125
2011 Jul 21
2
Printing the loop number for each iteration
Hi all, I have a lengthy 'for' loop and for each loop I want to track the
iteration number that is currently going on. For this, I have tried
following:
> for (i in 1:10) {
+ DumDat <- rnorm(1000)
+ cat("iteration:", i, " \n")
+ }
iteration: 1
iteration: 2
iteration: 3
iteration: 4
iteration: 5
iteration: 6
iteration: 7
iteration: 8
2017 Jul 03
0
reshaping the data
Hi
Do you want something like
dcast(test, Sample~Gene, fun=function(x) paste(x, collapse=","))
or
dcast(test, Sample~Gene, fun=function(x) sum(as.numeric(x)))
1 means INDEL, 2 means SNV and three means both
Cheers
Petr
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Bogdan
> Tanasa
> Sent: Monday, July 3, 2017 9:22 AM
2016 Jul 01
0
rsync Digest, Vol 163, Issue 1
Check if the FAQ here can be helpful:
https://www.itefix.net/content/permissions-filesdirectories-are-clutteredmixed
Tev
2016-07-01 14:00 GMT+02:00 <rsync-request at lists.samba.org>:
> Send rsync mailing list submissions to
> rsync at lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2009 Dec 15
1
--timeout not honoured
Hi
I already wrote about this problem half a year ago but didn't get
an answer: http://lists.samba.org/archive/rsync/2009-June/023412.html
I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800.
But still I often have rsync stall much longer than that.
Some examples:
2009/12/14 23:14:35 [8707] io timeout after 11670 seconds -- exiting
2009/12/14 23:14:35 [8707]
2016 May 17
3
Ransomware?
Am 17.05.2016 um 09:47 schrieb Fabian Cenedese:
>
>> Am 16.05.2016 um 07:32 schrieb ToddAndMargo:
>>> May I surmise that all the encrypted file now have
>>> an extra extension of ".crypt"? So it is easy to
>>> see who got clobbered.
>>
>> how do you come to that conclusion and even if some malware acts that way what makes you sure you can