similar to: [Bug 2647] New: --exclude options work from commandline but not in script

Displaying 20 results from an estimated 30000 matches similar to: "[Bug 2647] New: --exclude options work from commandline but not in script"

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
2005 Mar 31
0
[Bug 2561] New: rsync crashes when using the "exclude from" option on server side.
https://bugzilla.samba.org/show_bug.cgi?id=2561 Summary: rsync crashes when using the "exclude from" option on server side. Product: rsync Version: 2.6.4 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2005 May 13
0
weird characters in files created by gnome login on samba share
Hello, I just tried a gnome login with an empty home directory on a samba mounted directory, and this resulted in several files with strange characters in the filenames in the end. (as created by the initial gnome login) I cannot reproduce this by hand, and it certainly does not happen when I do the login on a local directory, or when I copy that local directory to the samba directory. I use
2014 Feb 27
2
[LLVMdev] CommandLine handling of -help and -version options
Tools that use the LLVM CommandLine library seem to exit 1 when called with -version or -help. This is strange and inconsistent with most command line tools. Is there a reason we exit 1? Is anyone relying on this behaviour?
2010 Jan 12
1
[LLVMdev] Extra command line options from the LLVM CommandLine parser
Hello everybody, We've just got our command-line driven program to compile after having converted our command-line option parser to use LLVM's commandline class. The problem we've run into is that we get the following for llvmpeg --help : USAGE: llvmpeg [options] <input file> OPTIONS: -I=<path> - Specify an additional include path -help - Display
2013 Apr 11
0
[LLVMdev] Modifying the support CommandLine Library to support option categories and iteration over registered options
Hi Tobias, The work is complete. I did it and my patch was ignored probably due to my use of Macros. I then recently re did the work without using macros and submitted a patch a few days ago. So far this has been ignored as well :( . If you have commit access I'd love for you to review the patches and then commit them so my work will be available in LLVM 3.3 (when it's released) so that
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
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
2011 Sep 06
0
[LLVMdev] SmallString for CommandLine options?
On Sep 4, 2011, at 9:14 PM, Talin wrote: > I've managed to eliminate nearly all uses of std::string from my frontend. About the only ones remaining are all of the occurrences of cl::opt<std::string>. Is it likely that at some point we'll see support for SmallString in the command-line lib? The better fix is to switch cl::opt to allow StringRef: there is no specific reason to
2011 Sep 05
3
[LLVMdev] SmallString for CommandLine options?
I've managed to eliminate nearly all uses of std::string from my frontend. About the only ones remaining are all of the occurrences of cl::opt<std::string>. Is it likely that at some point we'll see support for SmallString in the command-line lib? -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Oct 15
1
Can R scripts executed in batch mode take a commandline argument?
I have examined the documentation for batch mode use of R: R CMD BATCH [options] infile [outfile] The documentation for this seems rather spartan. Running "R CMD BATCH --help" gives me info on only two options: one for getting help and the other to get the version. I see, further on, that there are options for retoring and saving sessions (which I do not need to do in this case),
2008 Sep 04
1
actionmailer sends from commandline but not from web
Hello all, I''m having trouble with this simple email class I made for postbacks. When I run this from the command line an email is sent, however when I access this .rb file through a browser nothing happens. ------------------------- #!/usr/bin/ruby require "rubygems" require "action_mailer" ActionMailer::Base.delivery_method = :smtp
2010 Apr 24
2
include/exclude Problem
Hi there I have a little problem to get my include / exclude working: I want to sync /etc /home and /usr/local (and all files/dirs beneath) to REMOTEHOST:/dest There are some huge files in /home which I want to exclued I have set up an include/exclude file but I still get too much files. Also the excluded file is synced /usr/bin/rsync -av --exclude-from=excl --delete --numeric-ids --relative
2005 Jun 28
1
Question about include/exclude rules
Hi all, I'm trying to made a filtered backup of a windows PC. My target is to create a recursive backup of "only" files reported in the include/exclude files (i.e. only *.txt). the rules (reported below) work well, but also create an empty folders structure that I don'want. Rsync works fine for me (the rules are reported below) except a point, rsync create an empty folders
2016 May 31
2
sieve vacation script exclude based on sender email address
I thought I'd asked this question a few years ago but can't seem to find any eveidence of that so here goes. I've been looking at the sieve docs and recipes, done a lot of googling but no joy so far. Using stanard vacation script and that works great, however I want to exclude certain sender email addressess from ever receiving a vacation autoresponse, how do I go about adding that
2015 Jun 09
0
exclude directory from rsync
On 06/08/2015 10:12 PM, Tim Dunphy wrote: > I'm trying to do an rsync of the entire /var directory, but exclude just > the /var/www directory. ... > rsync -avzp --exclude-from=/var/www /var/ /mnt/var/ --exclude-from takes a filename as an argument. That filename is expected to contain a list of patterns to exclude. > rsync -avzp --exclude=/var/www /var/ /mnt/var/ If your
2003 Dec 04
0
rsync exclude file template - directory name without directory contents
FYI -------- Original Message -------- Subject: rsync exclude file - directory name without directory contents Date: Wed, 03 Dec 2003 22:28:37 GMT Newsgroups: alt.os.linux,comp.os.linux.misc,comp.unix.admin When using rsync to maintain incremental backups significant space can be saved on the backup server by excluding directories that have non-critical or transient data such as /tmp, /proc,
2002 Sep 17
1
exclude option?
I'm completely confused by the exclude option, and I have by now tried for a whole day to get the behaviour I want. I'm trying to rsync from a W2K machine to Linux. Here's the rsync command line I'm using: c:\rsync\rsync -av --delete --stats --exclude-from=exclude.txt "/documents and settings/%WIN_USERNAME%/" x.y.com:rsyncdir and here are (currently) the contents of my
2013 Feb 06
1
[LLVMdev] Modifying the support CommandLine Library to support option categories and iteration over registered options
Hi, I'm a contributor to the KLEE project (based on LLVM) and I'm currently looking at trying to add the following functionality to KLEE... (1). Be able to iterate through registered command line options and programmatically hide them. We're interested in this because we wish to hide (unless -help-hidden is called) several LLVM options. (2). Be able to place an option into a category
2006 Nov 09
3
compiz plugins and window types
Hi All, First off, I've just started using compiz and its fantastic... I'm using compiz with KDE (on FC6), all is OK apart from one small niggle which is when I use the scale or switcher plugins it includes my kicker windows (the desktop panels) in the list, which isn't so pretty. I don't know much about gconf, but poking around in the settings for compiz and found that these