search for: excluded

Displaying 20 results from an estimated 7522 matches for "excluded".

Did you mean: exclude
2018 Feb 22
4
What is exit code 5888?
rsync v3.1.0 linux v4.4.104-39-default x86_64 Found in the system log: 2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime (sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g --no-o --info=progress2 --no-i-r --delete --delete-excluded -i --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx --exclude="/bkp/cgate-backintime" --exclude="/home/sma-user3x/.local/share/backintime" --exclude=".local/share/backintime/mnt" --include="/data01/var/CommuniGate/" --include="/data0...
2004 May 20
2
rsync creates wrong sized files
I'm having a pretty serious rsync bug, which I've submitted to the Debian bug system. But as the rsync maintainer there seems to be a bit slow in fixing problems, I thought perhaps I should report it here as well. I'm using rsync 2.6.2 on a Debian woody system, with libc 2.2.5. I have rsync running daily to mirror the Debian archives, mainly for i386 files. The command I use is
2016 Sep 02
2
Coercion of 'exclude' in function 'factor' (was 'droplevels' inappropriate change)
...at r-project.org> >>>>> on Sat, 27 Aug 2016 03:17:32 +0000 writes: >> In R devel r71157, 'droplevels' documentation, in "Arguments" section, says this about argument 'exclude'. >> passed to factor(); factor levels which should be excluded from the result even if present. Note that this was implicitly NA in R <= 3.3.1 which did drop NA levels even when present in x, contrary to the documentation. The current default is compatible with x[ , drop=FALSE]. >> The part >> x[ , drop=FALSE] >> should be...
2002 May 19
1
exclude vs include
My understanding of the man page description of --exclude vs. --include is that the list of these is kept in order, and file names are searched against these parameters in that order for the first that matches and that one makes the decision. It doesn't seem to be working exactly as expected. But there is a factor involved that's making it unclear, which is whether or not *'s should
2019 Nov 12
2
Speed up rsync with many of excluded files
Hello, I have a problem while rsyncing a directory with perhaps 1.000.000 files. Before this I generate some files locally and add them to temp files. So this files should be excluded from syncing. My rsync call looks like this: rsync --exclude='tmp/' \ --exclude-from=/tmp/tmp.GF7SsFPnS3 \ --exclude-from=/tmp/tmp.8SjJNCHyaI \ --exclude-from=/tmp/tmp.CxZXEoPjgV \ --exclude-from=/tmp/tmp.G3g2iMo4bs \ --exclude-from=/tmp/tmp.H9KJYPMfMS \ --exclude-from=/tmp/tmp.PNi7cJaREP...
2019 Jan 11
1
Yum excluding packages I need
C7, and I did a yum update --disableexcludes=all, and yet it's telling me [nvidia]: excluding kmod-nvidia-410.66-1.el7_5.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.73-1.el7_5.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.73-2.el7_6.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.78-1.el7_6.elrepo.x86_64 [nvidia]: excluding kmod-nvidia-410.93-1.el7_6.elrepo.x86_64 [nvidia]:
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
...ill get the Backup, Copied DVD etc folders. If I add a global * or /* then nothing gets rsynced. I have "commented" the include file to explain my logic. Any advice would be great! Thanks in advance. Mike Lavender =================== Command Line: rsync -avvvzl --stats --delete --delete-excluded --exclude-from=c:\rsync\includes.txt /cygdrive/c/ mike@puk::LaptopBackup includes.txt: + /Databases/ #Include /Databases & subfolders + /Documents and Settings/ #Include /Documents and Settings & subfolders - /Documents and Settings/NetworkService/ #Exclude /NetworkService subf...
2006 Aug 06
3
Yum w/o direct connect
I am hoping someone else is already doing what I need to do, and can give me some pointers. Situation: 1. I am running Centos 4.3 x86_64 on a machine at home, without broadband access. I have dialup access, but that doesn't work very well for something like "yum update", so I am still running 4.3 as issued on the CDs. 2. I have high speed access at work, and I have a USB drive to
2007 Jan 11
1
Matching on multiple columns
Am I correct in believing that one cannot match on multiple columns? One can indeed subset on multiple criteria from different variables (or columns) but not from unique combinations thereof. I need to exclude about 10000 rows from 108000 rows of data based on several unique combinations of identifiers in two columns. Only merge() seems to be able to do that. Merge would allow me to positively
2013 Aug 09
1
a fast table() for the 1D case
Hi, table1D() below can be up to 60x faster than base::table() for the 1D case. Here are the detailed speedups compared to base::table(). o With a logical vector of length 5M: 11x faster (or more if 'useNA="always"') o With factor/integer/numeric/character of length 1M and 9 levels (or 9 distinct values for non-factors):
2016 Jan 20
3
rsync stopped working
Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows: #The first line deletes extraneous files. The second does not and is used for normal backups. # rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media' /.
2002 Jul 25
2
rsync with --exclude files
...es from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt contains the following directories and files to be excluded from /fs22/a/circuit_design : # cat /fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design/file1 fs22/a/circuit_design/file2 fs22/a/circuit_design/dir1 I'm invoking rsync from a machine named winnie.willow.com to transfer files/directories in /fs22/a/circuit_design to mickey.willow.c...
2002 Dec 10
2
include-exclude patterns
Hi, I just subscribe to ask you a question about patterns in exclude-include files. I just want some folders to be rsynced to a remote machine. What I tried is : IncludeFile ------------------------- /etc/ /var/lib/zope/ - /* ----------------------- result of $$ rsync -avvrn --delete --delete-excluded --include-from=/backup-include -e ssh / /backup is expand file_list to 4000 bytes, did move including directory etc because of pattern /etc/ excluding directory usr because of pattern /* excluding directory bin because of pattern /* excluding directory var because of pattern /* excluding direc...
2016 Aug 27
2
'droplevels' inappropriate change
In R devel r71157, 'droplevels' documentation, in "Arguments" section, says this about argument 'exclude'. passed to factor(); factor levels which should be excluded from the result even if present. Note that this was implicitly NA in R <= 3.3.1 which did drop NA levels even when present in x, contrary to the documentation. The current default is compatible with x[ , drop=FALSE]. The part x[ , drop=FALSE] should be x[ , drop=TRUE] Saying that 'exclud...
2004 May 11
2
possible bug with exclude/exclude-from
Hi While trying to back up my homedir, i found what looks like a bug: from /home, i do: rsync -CWavP --delete --delete-excluded \ --exclude=".phoenix/default/*/Cache/" \ --exclude-from=rsync-excludes \ myusername/ targetserver:/backup/myusername/ rsync-excludes contains (without [] lines): [start] #comment **.xvpics** *.swp [end] This works as expected, the phoenix cache...
2008 Jan 26
2
--exclude patterns
Hi, I want to rsync a large number of files from A to B, but I need to exclude certain files. Specifically, A has /test/runs/{1,2,3,...,2500}, i.e., about 2500 directories here. However, I only want to transfer the directories that are numbered 2000 or higher, i.e., I want to exclude /test/runs/{1,2,3,...,1999}, so I tried this: rsync --include='/test/runs/***' \
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup friday #"Spinning up backup drive and mounting it .." cd / mount /mnt/hd2 #"Starting backup procedures" rsync -avx --exclude="/home/gary/.thumbnails/" --exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary /mnt/hd2/2010 umount /mnt/hd2 #END It backs
2006 Feb 09
1
exclude an excluded file from being deleted by --delete-excluded
Hi, I have a particular directory in my exclude list, but I want it excluded from --delete-excluded. Is this possible. or maybe if I explain what I'm trying to do, someone will come up with a more suitable way. I am using rsync (2.6.6) to backup data from a Windows Server (cygwin) to an OpenBSD box. rsync -rtvz --delete-excluded --del --timeout=3600 -e "ssh -i...
2005 Feb 23
2
What's wrong with my exclude rules?
So, given this (broken up for email - it's all one line in the script): /usr/bin/rsync -q -a -e ssh -H --delete --delete-excluded --ignore-errors --include "/" --exclude "/proc/*" --exclude "/proc/bus/usb/*" --include "/boot/*" --exclude "/dev/pts/*" --exclude "/dev/shm/*" --exclude '/tmp/*' --exclude '/var/tmp/*' --exclude '/usr/tmp/*'...
2004 Apr 09
3
include/exclude bug in rsync 2.6.0/2.6.1pre1
...equires direct interaction with rsync's hierarchical exclude/include mechanism. The following patch ports the rsync-exclude patch to rsync 2.6.1pre-1 and also fixes a bug that was introduced in 2.6.0 exclude/include option that prevents included patterns in one list from overriding previously excluded patterns from another. This bug becomes apparent on noting that the 0 return code from check_exclude in the include case is now simply ignored in check_exclude_file (rather than preventing lists with lower precedence to be examined, as was the case in earlier versions): ... if (exclude_list &&...