Displaying 20 results from an estimated 54 matches for "exluded".
Did you mean:
excluded
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
2005 Apr 26
5
[Bug 2647] --exclude options work from commandline but not in script
https://bugzilla.samba.org/show_bug.cgi?id=2647
------- Additional Comments From vanes002@umn.edu 2005-04-25 18:50 -------
A possible explanation is if the single-quotes are being retained in the
--exclude values instead of being removed by whatever shell you are using for
scripting.
So rsync tries to exclude '/proc/' instead of /proc/
In your case, the quotes aren't even
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
2009 Oct 27
1
Exclude rows in xyplot
Hi all,
I'm searching for a way to exclude outliers from my dataset while making xyplots. While plotting using pairs(), I exclude specific row in my data frame and save the settings as a variable which I later include as an argument:
# Discard outliers and save settings as idx
idx=with(fieldTrial0809, which(Pro>0 & Pro<0.95 & Fum>0 & Fum<0.4 & Mal>0.1 &
2002 Nov 13
2
--delete-excluded not working on local rsync
I am using the following command and the excluded
directory /usr/share/doc/ still appears with all it's contents in the
backup directory when it's contents should be deleted. Is this a bug
or am I doing something wrong?
rsync --delete --delete-excluded -a -R --exclude="/proc/*" --exclude="/dev/*"
--exclude="/usr/share/doc/*" --exclude="/backup*"
2009 Jul 26
1
Need help of exclusion options in rsync-3.0.6
...----
/foo/bar/ /foo/bar/
| -> baz | -> baz
| -> xyz | -> xyz
| -> abc | -> abc
| -> old-baz
I am below comand using --delete-excluded and as a result rsync deletes
exluded directories "baz" and "abc" and also deletes "old-baz". I want to
preserve the "old-baz" and "baz" directories on destination side and want
"abc" to gets deleted. Could you tell me how to tell rsync to do this?
rsync -avz /foo/bar/ --dele...
2012 Oct 19
1
Understand include exclude script
hi
i use a script to backup my homedir, that work but there are somes things i don't really understand.
here my script
rsync -arv --delete --prune-empty-dirs --include-from=include.txt --exclude-from=exclude? /home/bob /media/usbkey
include.txt file
+ .Skype/***
+ .local/
+ .local/share/
+ .local/share/local-mail/***
+ .mozilla/***
- .**
exclude.txt file
Desktop/
Download/
.*
I have a
2004 Aug 26
0
[Bug 1670] New: softlink can't be excluded
https://bugzilla.samba.org/show_bug.cgi?id=1670
Summary: softlink can't be excluded
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: johndhendrickson22124@yahoo.com
2005 Jul 27
2
rsync transmits unchanged data
hi all!
I tried to synchronise a directory with the following command:
rsync -avz --exclude "db/" /source/ /destination/folder/ --delete
The source has 3 subfolders one of them is not necessary for to synchronize so i
exluded this folder.
everything works fine and fast :) excludes were made...and all seems ok
The data on the source folder changes every day once.
But there is still one "problem": i tried to execute this command several times.
Sometimes rsync gives me the following output:
building file list...
2004 Feb 04
2
excludes
Hi i tried to use rsync to backup my remote server.I want to exclude
folder like /var /proc ... .I use --exlude-from=/etc/rsync/excludes
the file looks like this:
- */var/*
- */proc/*
etc.
My problem is that i run vservers on this machine and i don't want that
the folder like /proc in this vservers are backuped how can i exclude
all paths wich contain such foldernames?
Please help me
2007 Jun 27
2
mystery data fills my target disk
Hello,
I'm trying to use rsync to periodically restore a test computer from a
master disk image on a separate partition. The first time I copy the data
from the master partition to the target partition, everything works as
expected. But if I do the operation again, rsync indicates that it is
copying lots of files that have not changed. More significantly, the disk
usage on the target volume
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
2003 Feb 18
2
Include files though directory excluded
Hi,
I got a little question on the rsync-option include/exclude:
I excluded all hidden files in my home-directory but I want two files to be
included. I used following command:
gregor@notebook:~> rsync -avzuPn -e ssh --exclude=.* --exclude=*
--include=.kderc --include=.gaimrc /home/gregor/ 192.168.0.1:/home/gregor/
building file list ...
1 file to consider
wrote 69 bytes read 20 bytes
2008 Feb 13
2
rsync help needed
Dear All,
I want to exclude some files from the backup server. I got this
option --delete-excluded but i want to only exclude those files which are
older than one month from the current date and does not exist on server how
can i achieve this with the help of rsync. Please help me i will be grateful
to you.
--
Regards
Piyush Joshi
9415414376
-------------- next part --------------
2010 Mar 04
1
mysqlWriteTable . error in your SQL syntax?
...esign2, row.names = F, overwrite = T) :
could not create table: aborting mysqlWriteTable
The problem seems to be in double qoutes:
syntax to use near '"condition" text,
I have tracked down it to the problem with specific column in my frame
If "condition" clumn is exluded, it works fine
> mysqlWriteTable(conn, 'comparison',design2[,-10], row.names = F, overwrite=T)
[1] TRUE
> class(design2[,10])
[1] "character"
> packageDescription('RMySQL')
Package: RMySQL
Version: 0.7-4
Date: 2009-04-07
Title: R interface to the MySQL...
2010 Aug 13
1
Bug in t.test?
Hello all,
due to unexplained differences between statistical results from
collaborators and our lab that arose in the same large proteomics
dataset we reevaluated the t.test() function. Here, we found a weird
behaviour that is also reproducible in the following small test
dataset:
Suppose, we have two vectors with numbers and some missing values
that refer to the same individuals and that
2015 Oct 14
2
copying to a local mirror / repository
I am using CentOS on a private network which can?t access the Internet so I want to create a local repository of packages on one or more DVDs, and get it installed on the private network. Someone had done this for CentOS 7, but not for CentOS 6. I have a VM running 6 so I am trying to create it for the previous major version. I thought there would be some obvious instructions on the
2015 Oct 15
1
copying to a local mirror / repository
On Wed, Oct 14, 2015 at 6:53 PM, Johnny Hughes <johnny at centos.org> wrote:
> On 10/14/2015 04:49 PM, Richer, Mark (CIV) wrote:
> > I am using CentOS on a private network which can?t access the Internet
> so I want to create a local repository of packages on one or more DVDs, and
> get it installed on the private network. Someone had done this for CentOS
> 7, but not for
2010 Jun 04
5
R Newbie, please help!
Hello Everyone,
I just started a new job & it requires heavy use of R to analyze datasets.
I have a data.table that looks like this. It is sorted by ID & Date, there
are about 150 different IDs & the dataset spans 3 million rows. The main
columns of concern are ID, date, and totret. What I need to do is to derive
daily returns for each ID from totret, which is simply totret at time
2017 Mar 15
0
kernel 2.6.32-642.15.1.el6.x86_6
Folks,
There's some kind of bug here, esp. with this kernel. We've got a cron
yum update, and it fails, repeatably, un multiple machines. We reboot
to the previous kernel, it comes up, we do a reinstall of the kernel
modules, and everything's fine.
I was thinking it was with yum, but the admin I work with says it
happened today on some with no exlude=kernel\* in yum.conf. My