Displaying 20 results from an estimated 20000 matches similar to: "Exclude file type"
2007 Feb 24
3
Hi all
Hi all,
I wrote a program which recovers deleted file from Ext3/Ext2 FS.It's
like crash proof program.For past few months i'm trying hard to get
feedback or comments or criticizm on the tool.I hope to get from you.
The link is ,
https://sourceforge.net/projects/giis/
Warm Regards,
Lakshmipathi.G
2005 Apr 08
4
Full replication
Running Rsync on a Windows box.
Trying to do replication, and it doesn't seem to be working as expected.
I'm using -r.
I put test.txt in the source dir.
It copied over just fine.
Deleted test.txt from the source.
And it still exists in the target.
Any ideas?
Also, using robocopy, you can tell it to wait for X number of changes and
loop.
Can this be done with rsync?
Thanks!
2002 Nov 16
1
acute problem
dear sir/madam hello
i am trying to run a samba server with linux 7.3 and win xp but
loaded rpm of samba of linux 7.2
the thing is that i am able to see the workgroup in windows xp but
the contents of it are invisible
what could be the prob.
the log file is showing following errors
1)
smbd/connection.c:yield_connection(62)
yield_connection:tdb_delete failed with error record does not
exist
2010 Mar 11
2
logistic model diagnostics residuals.lrm {design}, residuals()
I am interested in a model diagnostic for logistic regression which is normally distributed (much like the residuals in linear regression with are ~ N(0,variance unknown).
My understanding is that most (all?) of the residuals returned by residuals.lrm {design} either don't have a well defined distribution or are distributed as Chi-Square.
Have I overlooked a residual measure or would it be
2008 Dec 15
2
How to sell linux tools?
Hi,
I need clarifications on how to sell linux tools. (Though i' not sure
how people ready to buy it :) )
I have written few tools and planning to write more(by giving up
current non-linux & boring job).
I want to know,which license will allow me to sell tools/softwares? (I
hope to sell the products through online)
Cheers,
Lakshmipathi.G
www.giis.co.in
2010 May 10
1
predict() without generating the model within R
Is there a predict method/syntax which I could use to generate
predictions (and other output from predict() methods) if I have the
model parameter estimates from a training dataset but not the data used
to generate the original model (the models were generated by a
collaborator using STATA and for IRB reasons I am not allowed
independent access to the original data)? I have the new/testing data
2020 May 06
8
[Bug 14371] New: Combined Exclude & Protect Filter Type
https://bugzilla.samba.org/show_bug.cgi?id=14371
Bug ID: 14371
Summary: Combined Exclude & Protect Filter Type
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
2005 Apr 04
1
Expressions in --exclude-from file
Greetings --
I just downloaded and compiled rsync 2.6.4, which has the much-coveted
--remove-sent-files option!
Thank you for adding this feature. I use
rsync -rutvn --exclude-from=nosync --remove-sent-files /ssa/TV/2005/
/tv1/2005/
to move files selectively to a storage computer, but I want to avoid
including files that are currently
being captured. When I include today and a great
2003 Mar 07
3
Questions about exclude-file
Is there anyway to keep rsync from reporting an error when attempting to
sync pagefile.sys (through a samba share)? It seems like any type of
exclusion of the file gets ignored, why is that? Anyway around it?
Also, of experimented with the exclude-from syntax quite a bit and
haven't figure out how you could just backup all .doc files on a file
system and exclude everything else.
Thanks - Max
2023 Jan 13
2
[PATCH net-next 2/2] virtio_net: Reuse buffer free function
virtnet_rq_free_unused_buf() helper function to free the buffer
already exists. Avoid code duplication by reusing existing function.
Signed-off-by: Parav Pandit <parav at nvidia.com>
---
drivers/net/virtio_net.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index d45e140b6852..c1faaf11fbcd 100644
---
2023 Jan 13
3
[PATCH net-next 0/2] Small packet processing handling changes
Hi,
These two changes improve the small packet handling.
Patch summary:
patch-1 fixes the length check by considering Ethernet 60B frame size
patch-2 avoids code duplication by reuses existing buffer free helper
Please review.
Parav Pandit (2):
virtio_net: Fix short frame length check
virtio_net: Reuse buffer free function
drivers/net/virtio_net.c | 10 ++--------
1 file changed, 2
2023 Feb 02
3
[PATCH 0/2] virtio-net: close() to follow mirror of open()
Hi,
This two small patches improves ndo_close() callback to follow
the mirror sequence of ndo_open() callback. This improves the code auditing
and also ensure that xdp rxq info is not unregistered while NAPI on
RXQ is ongoing.
Please review.
Patch summary:
patch-1 ensures that xdp rq info is unregistered after rq napi is disabled
patch-2 keeps the mirror sequence for close() be mirror of open()
2019 Oct 23
2
[PATCH V5 2/6] modpost: add support for mdev class id
On Wed, 23 Oct 2019 21:07:48 +0800
Jason Wang <jasowang at redhat.com> wrote:
> Add support to parse mdev class id table.
>
> Reviewed-by: Parav Pandit <parav at mellanox.com>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vfio/mdev/vfio_mdev.c | 2 ++
> scripts/mod/devicetable-offsets.c | 3 +++
> scripts/mod/file2alias.c
2019 Oct 23
2
[PATCH V5 2/6] modpost: add support for mdev class id
On Wed, 23 Oct 2019 21:07:48 +0800
Jason Wang <jasowang at redhat.com> wrote:
> Add support to parse mdev class id table.
>
> Reviewed-by: Parav Pandit <parav at mellanox.com>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vfio/mdev/vfio_mdev.c | 2 ++
> scripts/mod/devicetable-offsets.c | 3 +++
> scripts/mod/file2alias.c
2016 Aug 07
2
table(exclude = NULL) always includes NA
This is an example from https://stat.ethz.ch/pipermail/r-help/2007-May/132573.html .
With R 2.7.2:
> a <- c(1, 1, 2, 2, NA, 3); b <- c(2, 1, 1, 1, 1, 1)
> table(a, b, exclude = NULL)
b
a 1 2
1 1 1
2 2 0
3 1 0
<NA> 1 0
With R 3.3.1:
> a <- c(1, 1, 2, 2, NA, 3); b <- c(2, 1, 1, 1, 1, 1)
> table(a, b, exclude = NULL)
b
a 1 2
2023 Jan 14
2
[PATCH net-next 1/2] virtio_net: Fix short frame length check
On Fri, Jan 13, 2023 at 3:37 PM Parav Pandit <parav at nvidia.com> wrote:
>
>
> > From: Alexander H Duyck <alexander.duyck at gmail.com>
> > Sent: Friday, January 13, 2023 6:24 PM
> >
> > On Sat, 2023-01-14 at 00:36 +0200, Parav Pandit wrote:
> > > A smallest Ethernet frame defined by IEEE 802.3 is 60 bytes without
> > > any preemble and
2008 Jul 19
2
OT Astricon/Digium Beach Ball Mailing
Just an FYI for Digium. I received a mailing today from you guys
which was nice. The price of mailing was ~$1.60 and inside was an
inflatable beach ball.
Cool, but I tried to blow up the beach ball and the the seam where the
part opens to inflate the ball was not connected to the ball
whatsoever, so it went right in the trash.
I wonder if the sick heat had anything to do with it, was mine just
2011 May 05
1
functions pandit and treebase in the package apTreeshape
Hello.
I'm trying to use the functions pandit and treebase. They are in the package apTreeshape. Once I've loaded the package, R responses:
- no function pandit/treebase.
Somebody knows why or what is the reason?
Thanks,
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldemossa, km. 7,5
07122 Palma de Mca.
2013 Apr 13
2
Reshaping Data for bi-partite Network Analysis
Hello
I have a dataset of people spending time in places. But most people don't
hang out in all the places.
it looks like:
> Input<-data.frame(people=c("Marc","Marc","Joe","Joe","Joe","Mary"),
+ place=c("school","home","home","sport","beach","school"),
+
2008 Nov 06
2
R Mixed Anova
Hi list, I was searching how to properly write a command line for a mixed
ANOVA. Well honestly, there are so many material on the older post of the
list that just confused me.
I have five factors.
Season (fixed)
Beach (fixed)
Line (fixed)
Block (random)
Strata (random) nested in Block
And for each of the tree strata per block I got 3 replicates.
I saw lots of things about