similar to: Cleanest way to find out if it was a --dry-run

Displaying 8 results from an estimated 8 matches similar to: "Cleanest way to find out if it was a --dry-run"

2006 Jul 20
1
cleanest, least hideous way to do dropdown date validation?
My customer has dropdowns like this: Year Month Day If you submit with month selected and year blank, it subs in a year arbitrarily. Worse still, it subs in the year 5. I have no idea why. It seems a pernicious default. Anyway, they''re developing an app, they''re a designer turned coder, turning to a real programmer (me, allegedly) to make sense of the madness they''ve
2012 Oct 16
1
[LLVMdev] Cleanest way to do llvm-driven compile with specified passes
Hi there, I have a target platform for which I'm compiling code with llvm and my own backend. My current compilation route to create an executable is to just call something like: $ clang -O3 -ccc-host-triple arcompact [-I...] file_to_compile.c another_file.c [-lm etc] Importantly, clang here is running with the target version of gcc as the driver, so that gcc (call it gcc-arcompact) takes
2003 Aug 12
1
Re: [R-SIG-Mac] cleanest build I can think of
Thanks Byron, I assume you use new Devel Tool updates and nothing from fink? Can other people with new dev tools check this (for example Jan?) It would be nice to update the instuction page (and R-admin in the future) some general notes: 1. there is no need to configure with --without-x as X11 can now be used from inside RAqua 2. please use R-devel and not R-Sig-Mac as we will soon close this
2009 Jun 15
1
Big timeout time
Hi I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. However sometimes I get very big timeout times like this one: io timeout after 12220 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1] rsynd.conf on the receiving side only defines modules, no timing parameters. How can that happen? What can I do to prevent
2006 Mar 13
2
feature request/change for 2.6.8
Wayne, I've been experimenting with the {pre,post}-xfer exec options ever since the original diff showed up in patches/ - fantastic stuff. My feature request/change centers around the new RSYNC_ARG# variables. Would it be possible to make these available as an array (ie: ${RSYNC_ARG[#]}) rather than discrete variables? If nothing else, it would greatly simplify chewing through all the args
2013 May 29
2
[Bug 9915] New: File stopped synchronizing during transmission
https://bugzilla.samba.org/show_bug.cgi?id=9915 Summary: File stopped synchronizing during transmission Product: rsync Version: 3.0.9 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: oswulf_chua at msn.com
2006 Jan 27
2
How to rsync PULL multiple files/dirs
Hi all, I am wondering how do I pull data from a remote host without running a daemon. PUSH command I would like the below statement be turned into a PULL from remote host instead. /usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose --stats --progress --exclude=cdersync.tar.gz --exclude=*.bz2 --exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm --exclude=*.sit
2010 Jul 15
2
Can rsyncd be set to require compression?
Hi, rsyncd.conf allows you to forbid compression. I'd like a way for it to require compression, either by forcing the option on or forbidding transfers from clients that don't request --compress Is such a thing possible? Regards, David.