Displaying 20 results from an estimated 2000 matches similar to: "Include and Exclude"
2016 May 05
3
Yet another filter question
I hate to say anything remotely negative to Wayne but...
That wording from the man page makes almost no sense without the
examples directly after it (and I have read it many times and know what
it is saying).
When I go all RTFM on this topic I usually tell them to 'man rsync',
search for file-will-not-be-found and start reading from that line.
Once you understand the broken and correct
2016 May 05
0
Yet another filter question
On Wed, 4 May 2016 21:09:44 -0400
Kevin Korb <kmk at sanitarium.net> wrote:
> That wording from the man page makes almost no sense without the
> examples directly after it (and I have read it many times and know
> what it is saying).
Makes sense to me. The only thing I'd change is to use "in a depth
first fasion" instead of "from the top down", "depth
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching
patterns in the order given, and whichever matched first, whether that was
an include or exclude determined the action for that file. I have a big
directory from which I am attempting to transfer selected files. I want
all files where the first level directory is anything, the second level
directory is "2005"
2016 May 03
4
Yet another filter question
Hello,
Since the very first day I've been using rsync - some 15 years ago -
the filtering rules caused great grieve. Their behaviour is just not
the way I'd expect it be be and as I read the manpage. Usually I end
up with some hand-written recipes, carefully documented,y including all
the gotchas.
This time however I failed and I see no other way than to ask for
advice.
Given the
2014 Jun 12
0
EVoC Proposal: REclock - Reverse-engineer and implement NVA3/5/8 Voltage- and Frequency Scaling in Nouveau
On 11/06/2014 13:59, Roy Spliet wrote:
> Dear Mr. Dew,
>
> I hereby wish to propose the X.org EVoC project "REclock -
> Reverse-engineer and implement NVA3/5/8 Voltage- and Frequency Scaling
> in Nouveau" for which I am willing to participate, and apply for the
> associated funding. Full details below or on
> http://nouveau.spliet.org/evoc.html . For any further
2015 Nov 19
4
An Update on the C API
Hi All,
I wanted to send a follow-up mail to the C API discussion/BoF that we had
at the latest developer meeting and nicely hosted by Justin and Juergen.
We were able to reach consensus on a number of questions/concerns about the
C API so I’m going to go ahead and list them for posterity and for any
further discussion here:
Stability Guarantees:
The C API is, in general, a “best effort” for
2015 Nov 20
3
An Update on the C API
"Documentation:
We’re going to document this policy in the developer documentation. In
addition, any changes to the C API will require documentation in the
release notes so that it’s clear to external users who do not follow the
project how the C API is changing and evolving."
So, yes?
-eric
On Thu, Nov 19, 2015 at 5:55 PM Sean Silva <chisophugis at gmail.com> wrote:
> Are
2007 Nov 27
1
Syncing to multiple servers
Helle everyone,
Let's say we have 3 servers, 2 of them have the latest (stable) version
of rsyncd running (2.6.9)
<Server1> ==> I N T E R N E T ==> <Server2 (rsyncd running)> ==> LAN
==> <Server3 (rsyncd running)>
Suppose I want to send a big file (bigfile.big) from Server1 to both
Server2 and Server3. It would be a good idea to send first from Server1
2007 Jul 04
10
DO NOT REPLY [Bug 4764] New: Wrong include/exclude descriptions
https://bugzilla.samba.org/show_bug.cgi?id=4764
Summary: Wrong include/exclude descriptions
Product: rsync
Version: 2.6.8
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: tps@vr-web.de
QAContact:
2003 May 01
4
List of lists? Data frames? (Or other data structures?)
Hi, I'm faced with the following problem and would appreciate some
advice.
I could have a data frame x that looks like this:
aa bb
a 1 "A"
b 2 "B"
The advantage of this is that I could access all the individual
components easily. Also I could access all the rows and columns
easily.
Alternatively, I could have a list of
2020 Mar 26
2
Question about local migration between containers
Hello
On kubevirt project we are using IpV6 Kind cluster,
and trying to support migration,
but since both of the containers are on the same host
we get this error
{"component":"virt-launcher","level":"error","msg":"internal error: Attempt
to migrate guest to the same host
2017 Jun 06
3
[Cellar] FLAC Markdown
Hello all!
(cc-ing the flac-dev list)
I would like to give an update as to the recent CELLAR work on the FLAC
specification.
• Work has been done to make internal and external links more accurate and
reliable.
• 'Rice Coding' has been clarified as 'Exponential Golomb Coding.'
• Clarifications have been made for binary representation.
• Typos and other small changes have been
2015 Apr 28
2
Options for a "I'm done" flag file
Michael Johnson - MJ <mj at revmj.com> wrote:
> rsync -av /src/ /dst/ && touch /dst/done
Aaaaahhhh, knew I'd miss some detail.
All the syncs are pushed to the backup server.
But that does give me an idea. I guess I could do that on the source, then sync the flag file over.
rsync -avH ${other_gubbins} / user at remote.machine:/dest/ &&
touch /etc/donefile
2003 Feb 18
1
coplot with boxplot panel function
I am attempting to construct a conditioning plot with a pair
of boxplots within each panel. The resulting plot has panels
misplaced. One misplaced panel is on top of the subcomponent
describing ranges of the conditioning variable. This is what I did:
X <- cut(rnorm(200), 2)
Y <- runif(200)
Z <- rnorm(200)
given.Z <- co.intervals(Z, number = 4, overlap = .25)
coplot(Y ~ X | Z,
2019 Oct 17
2
Transient permission denied errors when sending audit logs
Hi,
In kubevirt we are running into a strange permission problem on
libvirt-5.0. We see transient "Permission Denied" errors when "virAuditSend"
wants to send an audit log. [1] shows the logs of one of these containers.
Here an example:
{"component":"virt-launcher","level":"warning","msg":"Failed to send audit
message
2020 Sep 22
2
consuming pre-created tap - with multiqueue
Hello,
On KubeVirt, we are trying to pre-create a tap device, then instruct
libvirt to consume it (via the type=ethernet , managed='no'
attributes).
It works as expected, **unless** when we create a multi-queue tap device.
The difference when creating the tap device is that we set the
multi-queue flag; libvirt throws the following error when consuming
it:
```
LibvirtError(Code=38,
2017 May 22
0
[Cellar] FLAC Markdown
> On May 12, 2017, at 1:05 PM, Dave Rice <dave at dericed.com> wrote:
>
> Hi all,
> And cc'ing flac-dev.
>
>> On May 10, 2017, at 12:15 PM, Dave Rice <dave at dericed.com <mailto:dave at dericed.com>> wrote:
>>
>> Hi Andrew,
>>
>>> On May 10, 2017, at 11:19 AM, Andrew James Weaver <weevz at uw.edu <mailto:weevz at
2014 Apr 09
2
[Bug 10545] New: Rsync first time deletes files, second time it synchronates files with same name
https://bugzilla.samba.org/show_bug.cgi?id=10545
Summary: Rsync first time deletes files, second time it
synchronates files with same name
Product: rsync
Version: 3.0.9
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned
2019 Apr 03
1
Possible not expected behaviour with "delete" option
Hi, I was trying to make a mirror backup of a folder in my machine with the
following command:
rsync -avh --delete /source/ /destination
But the extra files that where on "destination" didn't got deleted. Where
as doing:
rsync -avh --delete /source/ /destination/
worked as expected.
I wonder if this is correct, or it shouldn't be like that.
-------------- next part
2013 Aug 18
3
Using procmail to mark messages as read in dovecot
So, I use procmail extensively, and I have for a long time, but marking messages as 'read' in a Maildir has always been a little wonky:
TRAP='mv "$LASTFOLDER" "${LASTFOLDER}:2,S"'
Since I've switched to dovecot, is there a way to mark a message on delivery as read or not new or seen?
--
Clarke's Law: Sufficiently advanced technology is