Displaying 20 results from an estimated 400 matches similar to: "Unconditionally transfer files"
2013 Dec 03
1
Guard against destination = existing directory
Trying to use rsync to make sure that _dest_ is a regular file
with the same content as file _source_.
If _dest_ already exists and is a symlink, FIFO or device file,
rsync deletes it and creates a regular file in its place. Good.
If _dest_ already exists and is a directory, rsync creates
_dest_/$(basename _source_). Not what I want.
Is there an option similar to GNU install -T or GNU cp -T
2007 Aug 20
1
Looking inside device files
Is there a way to make rsync look inside device files ? The goal
is to copy the contents of a block device to a regular file
incrementally.
Short of that, even just getting it to dump the block checksums of
the content a block device would help (if I know which blocks are
out of sync, I can fix them with dd).
--
Andr? Majorel <URL:http://www.teaser.fr/~amajorel/>
Do not use this account
2005 Oct 31
1
Truncating with decoding/recoding
Hello all. Thanks for FLAC. It's served me well for the past few
years.
Is there a program out there to truncate a FLAC file without
decoding/recoding it ? Preferably command-line (I already know at
what point I want to truncate it).
Thanks in advance.
--
Andr? Majorel <URL:http://www.teaser.fr/~amajorel/>
Do not use this account for regular correspondence.
See the URL above for
2006 Oct 09
1
Not fail if can't set permissions ?
I'm adding files to an existing tree via rsync -aO. Some of the
directories on the remote are owned by a different user. I have
rwx permissions on them but when rsync tries to set the
permissions for those directories, it fails and exits with a
non-zero status.
This is expected but it complicates error detection on my end. Is
there a way to make rsync not consider it an error when chmod()
2002 Mar 05
1
oggenc rc3 fails on this one
OggEnc rc3 has trouble with this file. It adds high frequency gunk
to the percussive synth part. Lame encodes it fine.
http://www.teaser.fr/~amajorel/misc/nabogg.wav
http://www.teaser.fr/~amajorel/misc/nabogg.ogg
--
André Majorel <URL:http://www.teaser.fr/~amajorel/>
std::disclaimer ("Not speaking for my employer");
--- >8 ----
List archives:
2007 Sep 03
2
Recommended way for initial backup before rsync calls
Hi rsync'ers.
What can you recommend to create the initial backup of a
partition before calling rsync
(under Linux, 100 GB, 10M files, only normal files and
some soft links)?
(Using rsync takes too long for this initial copy.)
Here are some candidates:
1. star -copy -no-fsync -p -xdot -C $1 . $2
2. tar -C $1 -cf - . | tar -C $2 -xf -
3. cp -a $1 $2
4. cpio ...
...
Any experiences?
2007 Aug 22
2
Two Qustions: RSync Server load? Atomic Updates?
Hi, i have a couple of questions I would appreciate if someone could
answer...
1) Are there any guidelines for estimating server load? I am going to be
running a couple of RSync servers and don't even have an order of magnitude
guess as to what kind of load they can handle, how many sessions I should
allow at once, etc. The data set I'll be serving is about 7000 files, an
update to them
2010 Dec 24
0
Exclude file system by type
Is there a way to exclude (not recurse into) filesystems by type ?
E.G. skip all sshfs mounts in the source tree ?
Merry Christmas all.
--
Andr? Majorel http://www.teaser.fr/~amajorel/
2011 Mar 22
1
Using the mahalanobis( ) function
Hello all,
I am a 2 month newbie to R and am stumped. I have a data set that I've run multivariate stats on using the manova function (I included the data set). Now it comes time for a table of effect sizes with significance. The univariate tests are easy. Where I run into trouble filling in the table of effect sizes is the Mahalanobis D as an effect size. I've included the table so
2008 Aug 06
4
Union of columns of two matrices
I was posed the following problem/teaser:
given two matrices, come up with an "elegant" (=fast & short) function that
returns a matrix with all and only the non-duplicated columns of both
matrices; the column order does not matter. In essence, a matrix equivalent
of union(x,y), where x and y are vectors. I could not come with anything
nice. Any ideas?
Giuseppe
--
Giuseppe A.
2006 Jul 07
4
Help installing Ferret
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails
I followed everything here but at the last I get when loading page
get_results
Can only handle a String or a Query.
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/models/result.rb:27:in `search_each''
#{RAILS_ROOT}/app/models/result.rb:27:in `search_index''
2007 Aug 23
5
Rsync stops randomly (using vanished files bash script)
Hey,
I've been trying to transfer about 90GB from one Server to another using
rsync. But rsync stops randomly. I use the bash script provided in a bug
report, to block errors about vanished files!
Here is how I start rsync:
./rsync-no-vanished -vvvvv -a -e ssh --delete --progress -z
root@kilu3.de:/var/www/users /data/oldkilu3/ > /data/rsync.kilu3n &
When I log in into the server
2012 Nov 28
2
Opus for ASR - update and questions
For the last couple months, Nuance has performed extensive testing on how the Opus codec performs in the speech recognition task. I'm hoping to publish a full report in the coming months, but until then all I have is a teaser. Opus performed within about 1% of the WER (Word Error Rate) of unencoded audio. This is compared to about 5% for Speex, which was the previous codec of choice. Well
2006 Oct 04
1
Slideshare.net (we use Mongrel)
Hi guys :-)
Just a note to let you know that today we launched Slideshare (
slideshare.net) into open beta. It''s a powerpoint-sharing tool (with a
twist) and the app is served with Mongrel.
A teaser on techcrunch:
http://www.techcrunch.com/2006/10/04/introducing-slideshare-power-point-youtube/
Zed, a huge thanks for developing this server. If anybody needs pointers on
using Mongrel in
2006 Feb 05
1
classifying packets and ports
Hi,
I''ve been working for a big corporate company as junior system engineer and
getting nicely to understand HTB/iproute2/iptables etc,
The ordinary users(about 500 users), can pop / smtp / skype out on the
network, but I can''t ssh out, cause they blocked the ports. Thought of being
clever, I let my home linux listen on port 443 or 110 for ssh connection,
but it wont connect, I
2012 Jul 27
1
[LLVMdev] proposal for exploiting undefined behavior much more aggressively
On Thu, Jul 26, 2012 at 3:41 PM, Chris Lattner <clattner at apple.com> wrote:
> On Jul 26, 2012, at 9:58 AM, John Regehr wrote:
> > http://blog.regehr.org/archives/761
>
> It's an interesting post, but I'd like to point out that it is a non-goal
> for the project to be actively hostile to users of the compiler. :) It is
> useful to have debugging tools for
2011 Mar 13
1
Excited about the near future...
Some already know, but I think it deserves a bit of a attention here as well:
It looks like we're about to get new features in R that will be very powerful!
That should be a good enough teaser for now...
/Henrik
PS ...and thanks for making it available plus credits to similar
efforts by others.
2009 Oct 13
4
Creating a list of empty lists
Well here is one more brain-teaser related to assigning stuff into a
list of list. What if I need to create a new list of empty lists? I have
actually got a solution to this problem:
l = list(list())
for ( i in sequence(length-1) )
{
l = list(unlist(l,recursive=FALSE), list())
}
But it is not very neat to do this in a loop. Are there any cuter ways
to do this?
2007 Aug 08
2
How to write a function with a return value in Asterisk
Hi,
Is it possible to write a function in Asterisk, that returns a value? Sort
of like any programming language allows?
For example, I`d like function ReturnSipReg to return the right
SipRegistration to dial, based on some value so that I could use it in my
dial plan:
i.e:
exten => 1234,1,Dial(SIP/ReturnSipReg(John))
; would dial John's extension, which I don't know at this
2008 Feb 28
2
Asterisk Voicemail for iPhone
Heres a little teaser for those of you with iPhones
Asterisk Voicemail for iPhone allows you to check your voicemail
messages on your house or business line from your iPhone. You can
think of it as "Visual Voicemail", but for your Asterisk PBX numbers
instead of your AT&T cell number. The technology behind it is Asterisk
(The Open-Source PBX), with iUI, Joe Hewitt's UI interface