search for: exlud

Displaying 20 results from an estimated 54 matches for "exlud".

Did you mean: exlude
2002 Dec 05
1
Patch to ignore exluded files.
...s. > > Here is relevant part of rsyncd.conf: > [sync-include] > path=/usr/local/www/rbc/win/include > exclude=*tmp > use chroot=false > max connections=2 > read only=true > list=false > uid=rbcmaint > gid=www-all > > (Note the exlude line) > > Nevertheless I was getting errors like this: > > readlink .../include/cnews.html.tmp: No such file or directory > rsync error: partial transfer (code 23) at main.c(578) > > I'm not sure I fixed it clean, but I get rid of that errors by patching > flist.c. H...
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)
...the first 3 in the sequence and the place of the next number after the last 3 in the sequence. So in this example I would get 11 to 18 as the sequence rows and row 7 to 19 as the rows showing the numbers before and after that are unequal to three. The rle does not work since it is not possible to exlude the NAs. I hope you understand the question. All help is highly appreciated. /Marine
2009 Oct 27
1
Exclude rows in xyplot
...v.off() Now I'm trying to make xyplots to compare the result from three different categories: # Plot Pro against Glc for each of the three categories xyplot(Pro ~ Glc | Categories_BBCH_ID, data=fieldTrial0809, pch="°", layout=c(1, 3), aspect=1, index.cond=list(3:1)) I would like to exlude outliers like above. I've found that limits can be used in a similar manner as with xlim and ylim, but though I've read about them I don't understand how to solve it... Anyone who can help me? All the best, Joel _________________________________________________________...
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/ --de...
2012 Oct 19
1
Understand include exclude script
...+ .Skype/*** + .local/ + .local/share/ + .local/share/local-mail/*** + .mozilla/*** - .** exclude.txt file Desktop/ Download/ .* I have a lot of folder in my home: music, video, Document. I undersdand? that it script copy skype, local-mail and mozilla content. -.** means exclude other? and for exlude file: exclude Desktop, Download and .* means all other? also why music, video and document are copied, is there something in the script who said to copy it? thanks
2004 Aug 26
0
[Bug 1670] New: softlink can't be excluded
...Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: johndhendrickson22124@yahoo.com QAContact: rsync-qa@samba.org Hi, I would like you to seriously consider this. That is: I know its a feature request but feel it's important. The --exlude option can't look at link targets. I know it sounds trivial at first but I think mirroring users need that. Here's my problem / example: For a mirroring situation I have /etc/hosts.$HOSTNAME on each machine with a softlink /etc/hosts pointing to the right host file. This makes /etc dis...
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 lis...
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 Greets Kevin...
2007 Jun 27
2
mystery data fills my target disk
...ning Mac OS 10.4.8, and I've encountered the same behavior with the bundled version 2.6.3, the version 2.6.0 binary included with rsyncx, and the current version 2.6.9 that I downloaded and compiled today. Here's my rsync command: /usr/local/bin/rsync --progress -aEv --delete --recursive --exlude-from "/Users/compyschool/Library/Scripts/nightly restore - exclusions.txt" "/Volumes/Compy 1 master/" "/Volumes/Compy 1" Is this behavior familiar to anyone? Can you see anything wrong with my command that might be causing it? Thanks in advance for your help. -Arlo...
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
...me/gregor/ building file list ... 1 file to consider wrote 69 bytes read 20 bytes 178.00 bytes/sec total size is 0 speedup is 0.00 gregor@notebook:~> Why this transfer was not successful? The syntax is correct (I think). My general problem is, that I want to use an include-file, where also exludes are listed. Here's my file (base directory is /home/gregor/): - * - .* + .kde/share/apps/kabc/* + .kde/share/apps/kbear/* + .kde/share/apps/kopete/* + .kde/share/apps/korganizer/* + .kde/share/apps/quanta/* + .gaim/* + .gaimrc + .OpenOffice/user/config/* + .OpenOffice/user/wordbook/* What...
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 MySQ...
2010 Aug 13
1
Bug in t.test?
...print(t.test(testdata[criterion==0], testdata[criterion==1], >paired=TRUE, alternative="two.sided", na.action="na.exclude")) that imitates the first form, we get again a p value of 0.1162. What is the reason for the different p values? Should not all calls to t.test that exlude missing values be equivalent and therefore deliver the same results? Excel, StatView and KaleidaGraph all display a p-value of 0.1162. J. W. D. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Dr. Johannes W. Dietrich, M.D. -- Laboratory XU44, Endocrine Research...
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
...s > drwxr-xr-x 42 2014/10/19 16:36:15 fasttrack > drwxrwxr-x 42 2015/08/10 11:56:29 isos > drwxr-xr-x 42 2015/07/25 08:20:23 os > drwxrwxr-x 42 2015/08/03 05:39:35 updates > drwxr-xr-x 27 2014/10/19 16:36:15 xen4 > > > So, you can exlude all except the trees you want, and rsync the rest. > > Put the os and updates directories (also bigger than 4.7 GB) on a drive > and mount it somewhere on the other network. > > You can also do the same thing with the 7/ directory. > > With both the 6 or 7 directories, you ju...
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
...l. 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 manager's thinking that the initramfs isn't being rebuilt. Have other folks seen this? Not sure if the other admin's tested it on one of our upstream boxen. mark