similar to: rsync -auIn not doing what I expect (rsync 2.6.3)

Displaying 20 results from an estimated 1500 matches similar to: "rsync -auIn not doing what I expect (rsync 2.6.3)"

2004 Aug 02
1
Question about --stats
Is there a way to get rsync to estimate the net change of disk space usage for a transfer? I can get the gross amount of files to be transferred using "--stats", and if I use "-v" I can see a list of files to be deleted. But then I'd have to mangle the filenames to the target path (prepend some text to each line) and do a "du -c | tail -1" to get the disk usage
2002 Mar 20
2
Excludes not working
Hello, I'm a relative newbie to rsync, I use it to backup (mirror) a bunch of Windows boxes. I mount them using samba (to avoid having to install the cygwin version on each box) then run (using rsync 2.5.2 run from crontab) rsync -vuaz --delete-excluded --exclude-from=/root/bin/rsync.exclude \ --modify-window=2 /mnt/pc/machine/share /backup/machine/share It works like a charm, except
2004 Jan 05
0
No subject
"when used with -r (which is implied by -a), every subcomponent of every path is visited from top down, so include/exclude patterns get applied recursively to each subcomponent." "...base of the tree." I guess I didn't make the connection from these phrases that the base of the tree is not the beginning of a path
2004 Aug 06
3
q about jspeex
Hi Marc, thanks for the quick reply. Marc Gimpel wrote: > It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is > blocking which means that it is waiting for data from the underlying > inputstream (i.e.AudioInputStream(t.input)). If it could read > sufficient data it would transcode it. If it recieved an EOF, it > should do some zero padding and then
2002 Oct 04
0
New High Performance Rink System Installed In Washington State
New Lynnwood Ice Rink Reopens In September With New High Performance Rink System LYNNWOOD -- A new ice arena will open in Lynnwood Sept. 15, about four months after the SnoKing Ice Arena closed. Washington Ice Skating Association, which owns both the former SnoKing rink and the Olympicview private ice rink in Mountlake Terrace, is remodeling and reopening the rink as the Lynnwood Ice Center.
2004 Aug 06
0
q about jspeex
Hi, i changed the read method after constructing a pipedinputstream/opipedoutputstream to int n=auin.read(frame, 0, frame.length); System.out.println(""+n+" bytes read."); pout.write(frame); int m=pcm2speex.read(); System.out.println("something
2004 Aug 06
0
JSpeex help
I am not sure if this is right place to ask for help on jspeex or can some one suggest. I have tried on jspeex sourceforge.net page. I am trying to use Pcm2SpeexAudioInputStream by creating it from tdl which received pcm_signed audio data as follows: AudioFormat format = new AudioFormat (AudioFormat.Encoding.PCM_SIGNED, 8000, 16, 1, 2, 8000, true); DataLine.Info targetInfo = new DataLine.Info
2004 Aug 06
0
JSpeex help
Hi Sanjiv, There does indeed appear to be some trouble with the Javasound SPI encoder (the SPI decoder works well). I am working on it, and hope to have a fix soon. In the mean time, you can use the encoder outside of JavaSound, that one works well (see the command line encoder as example code of how to implement it). sincerely Marc Gimpel Head of research Wimba <p>On
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decompressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
<HTML dir=ltr><HEAD></HEAD> <BODY> <DIV id=idOWAReplyText8852 dir=ltr> <DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face=Arial color=#000000 size=2>Hi</FONT></DIV></DIV> <DIV dir=ltr> <DIV dir=ltr> <DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote: > Hi, > > i have: > > public void run(){ > try{ > System.out.println("Opening > mic"); // AudioInput > ai=new AudioInput(t); > // ai.start(); > if(t.input==null){ > AudioFormat format = new
2003 Jan 25
2
Idle connections timing out
Hello, I''m a Shorewall novice. I have a problem and I''m not quite sure how to troubleshoot it. I''m using a Mandrake 9.0 (Security Level "4") system, which came with Shorewall. (I live in Lynnwood, not far from Shoreline, btw.) Long lived but idle connections are dying. Examples are SSH terminals where I don''t type anything, and IMAP connections
2009 Jan 19
0
Re: [Rocks-Discuss] Rocks or Virtual Cluster?
Thanks for the input. I wish I had a link to the article. It''s just not clear to me, yet, if they are saying that rocks can cluster up virtual servers such as xen or if rocks could be installed inside of multiple vm machines to create a redundant cluster. Either way, sounds interesting. I''ve played with GFS clusters using them for web services and have been using VMware but
2007 Apr 02
2
Connection refused with auth-master after upgrading to Dovecot 1.0 rc 28
Fedora pushed out an update to Dovecot 1.0 rc 28 today. After upgrading, mail isn't delivered to local recipients. My log file is full of error messages similar to the following: Apr 2 12:56:32 mail deliver(user at domain.com): net_connect(/var/run/dovecot/auth-master) failed: Connection refused I'm including some snippets from my dovecot.conf file that pertain to the auth-master file:
2004 Sep 30
0
Rsync 2.6.3 released
I have released rsync 2.6.3. This is an incremental release from 2.6.2 that adds several new features and fixes a good number of bugs. You can read all about it in the release-NEWS: http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS There are a variety of download instructions on the website's "download" page, but for the most common method, just use one of these links:
2004 Sep 30
0
Rsync 2.6.3 released
I have released rsync 2.6.3. This is an incremental release from 2.6.2 that adds several new features and fixes a good number of bugs. You can read all about it in the release-NEWS: http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS There are a variety of download instructions on the website's "download" page, but for the most common method, just use one of these links:
2004 Sep 23
0
[Bug 1812] New: fuzzy not working in 2.6.3-pre{1,2}
https://bugzilla.samba.org/show_bug.cgi?id=1812 Summary: fuzzy not working in 2.6.3-pre{1,2} Product: rsync Version: 2.6.3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: egmont@uhulinux.hu
2013 Mar 14
0
DAHDI-Linux and DAHDI-Tools 2.6.3-rc1 Now Available
The Asterisk Development Team has announced the first release candidate of: DAHDI-Linux-2.6.3-rc1 DAHDI-Tools-2.6.3-rc1 dahdi-linux-complete-2.6.3-rc1+2.6.3-rc1 This beta release is available for immediate download at: http://downloads.asterisk.org/pub/telephony/dahdi-linux http://downloads.asterisk.org/pub/telephony/dahdi-tools http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete -
2013 Mar 14
0
DAHDI-Linux and DAHDI-Tools 2.6.3-rc1 Now Available
The Asterisk Development Team has announced the first release candidate of: DAHDI-Linux-2.6.3-rc1 DAHDI-Tools-2.6.3-rc1 dahdi-linux-complete-2.6.3-rc1+2.6.3-rc1 This beta release is available for immediate download at: http://downloads.asterisk.org/pub/telephony/dahdi-linux http://downloads.asterisk.org/pub/telephony/dahdi-tools http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete -