Displaying 3 results from an estimated 3 matches for "someotherfile".
2007 Oct 03
0
app_read prematurely bridges channels
...el SIP/ZZZ
exten => s,n,Read(somevar,audioprompt) ;audioprompt plays fine,
then immediately after playing the prompt, channel SIP/ZZZ starts
hearing audio data from SIP/YYY, moh stops on SIP/YYY, however no audio
from SIP/ZZZ is sent to SIP/YYY until the macro exits
exten => s,n,Playback(someotherfile) ;This and subsequent audio
from the macro is not heard on either channel
Once the macro finishes, audio is passed between the two channels as
expected, however there is obviously something very wrong happening in
app_read for the channel to be what appears to be partially bridged
before the...
2001 Feb 08
1
question re:scp
...08, 2001 at 02:09:49PM +0100, Markus Friedl wrote:
> >
> >
> > hi,
> >
> > does
> > $ ssh host 'cat file' > file
> >
> > work for files > 1GB
>
>
> Don't see why not, as ssh host 'tar cvf - somefiles' | dd of=someotherfile.tar works just fine.
> The problem is with:
>
> inuyasha:/mnt/vortex/backup # scp ttsrvun1:/mnt/storage/backup/zditf2usrusers.dump .
> zditf2usrusers.dump 0% | | 0 --:-- ETA
> protocol error: expected control record
> Write failed flushin...
2008 Jun 20
1
OS/X Leopard Server and rsync backups
I'm dithering over this too much, I need some advice. I apologize for
the length of this and hope I haven't left out any essential detail.
I want to do nightly snapshots of my Leopard server using an rsync
script and a filter file to a locally connected firewire drive.
The rync command I'm considering is:
> rsync -vq -a -x --delete-excluded -A -X --filter=". $FLTR"