Displaying 20 results from an estimated 600 matches similar to: "Backing up both AIX and NT using Samba"
2002 Jul 25
0
Réf. : Backing up both AIX and NT using Samba
Hi Joe,
What you can do is to tell the tape drive to not rewind after the first
backup. You have to select the dedicated device for that.
If my memory serves me, the device which does not rewind at backup end is
/dev/rmt{x}.4 or something like that.
So, the batch could be like this:
tar cvf /dev/rmt{x}.4 myfiles_from_AIX
smbclient ... -Tcga /dev/rmt{x} #after the NT backup,
2009 Feb 09
1
XML package- accessing nodes based on attributes
Hi,
I have a rather complex xml document that I am attempting to parse based on attributes:
<Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>D:\CN_data\Agilent\Results\</OutputFilePath>
<FilesList>
<File>
2005 Feb 03
3
IAX dns lookups
Hi all
Do any of you know i can force asterisk to lookup ip
addresses for peers and
trunks everytime it tries to make a call.
One of the peers has a dynamic ip and is using DynDNS
to register host. Now
i need to reload asterisk everytime i want to call it
thanks
liaan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
2011 Oct 06
0
TCGA expression data: plotting ....
Hi,
I am new to R.
I am trying to figure out how to graph expression data from the TCGA
database.
If I understand correctly the expression data I have downloaded is from a
microarray using the AgilentG4502A.
I've had trouble reading into R in the level I, level II, and the gene
expression analysis data using
>dat<-read.table("C:\\file.txt", header=T, row.names=1)
for
2005 Apr 15
1
AR1 in gls function
Dear R-project users
I would like to calculate a linear trend versus time taking into account a
first order autoregressive process of a single time series (e.g. data$S80
in the following example) using th gls function.
gls(S80 ~ tt,data=data,corAR1(value, form, fixed))
My question is what number to set in the position of value within corAR1?
Should it be the acf at lag 1?
I look forward for
2011 Sep 21
3
Reading data in lisp format
Hi,
I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library
http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening>
Could anyone help me?
Best
2008 Jan 14
0
clusterwise regression from fpc (fixed point clustering) package
hi there, whenever i try the clusterwise regression from the fpc package, there occurs the following problem:
the first cluster is always designed in a way, that when i run a normal linear regression on the independent variables to describe the dependent variable (only on those respondents from the first cluster) - then the regression uses only one independent variable that describes the whole
problem with outgoing callsUnabletocreatechannelof type 'ZAP' (cause 34 - Circuit/channelcongestion)
2006 Feb 17
2
problem with outgoing callsUnabletocreatechannelof type 'ZAP' (cause 34 - Circuit/channelcongestion)
Nik,
This definitely helps! Please check your dial command. You've got
"Dial(Zap/0/mynumber)" and I think you might possibly want it to be
something like this:
Dial(Zap/1/mynumber) or
Dial(Zap/g0/mynumber)
I don't recall there being a zap channel zero, but it is common to have
a group zero. I would recommend trying Zap channel 1 -
Dial(Zap/1/mynumber) - before trying the
2012 Apr 25
0
FW: [BioC] Overlay Gene Expression on SNP (copy number) data
Dear All,
Thank you kindly for such detailed replies. I was looking to overlay data using algorithms so that i am able to tell which genes are differentially expressed due to changes in copy number. I did a pubmed search and found only 7 literature pieces all of which use in-house algorithms. I am yet to explore Gviz since it wouldn't work on R 2.14, would try it after upgrading to R 2.15.
2023 Jul 20
1
[Bug 3590] New: Why is the service name in the USERAUTH REQUEST message "ssh-connect" instead of "ssh-userauth"?
https://bugzilla.mindrot.org/show_bug.cgi?id=3590
Bug ID: 3590
Summary: Why is the service name in the USERAUTH REQUEST
message "ssh-connect" instead of "ssh-userauth"?
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: trivial
2012 Jun 17
1
[HW/OT] Recommend vendor to recover data from LTO4 tapes
Posting here in the hope that some one may have encountered problems
with recovery from backups on LTO4 media and found a solution.
Back ups on FujiFilm LTO4 media (800/1600).
Archives created using tar -cf /dev/nst0. ?The tapes were fine when
the archives were created (tested by extracting random sample files
from them) but something went wrong in storage (no physical damage).
Now a few LTO4
2009 Jun 26
1
How to create separate plots for all combinations of some factors
Hi, All
I have a data frame as follows:
> data.class(tapes)
[1] "data.frame"
> names(tapes)
[1] "date" "loc" "class" "drp" "data" "scratch"
"reclaim" "total"
Date is a date; loc, class and drp are factors; the rest are numerics.
I want to generate separate plots by date for the
2010 Jan 15
14
Backing up a ZFS pool
What is the best way to back up a zfs pool for recovery? Recover entire pool or files from a pool... Would you use snapshots and clones?
I would like to move the "backup" to a different disk and not use tapes.
suggestions??
TIA --Kenny
--
This message posted from opensolaris.org
2009 Feb 06
8
iptables: forwarding on internal device
Good Evening,
I am trying to forward packages on an internal device using iptables:
/sbin/iptables -A FORWARD -i eth0 -o eth0 -m state --state
NEW,RELATED,ESTABLISHED -j ACCEPT
but the packages are still blocked, e.g.:
Feb 6 20:58:28 firewall kernel: DROP-TCP IN=eth0 OUT=eth0
SRC=192.168.100.177 DST=172.28.2.184 LEN=40 TOS=0x00 PREC=0x00 TTL=127
ID=16609 PROTO=TCP SPT=7166 DPT=3590 WINDOW=0
2018 Nov 03
1
reading old dump backups from 2009
> On Nov 3, 2018, at 06:26, Pete Biggs <pete at biggs.org.uk> wrote:
> I don't think dump has changed anything in 20 years or so! And I
> certainly can't see it changing such that it can't read old files -
> that is, sort of, it's raison d'etre.
A bit off topic but...
Funny story, at a previous job, my boss was able to extract the data off tapes made in the
2010 Jun 30
3
Factor Loadings in Vegan's PCA
Hi all,
I am using the vegan package to run a prcincipal components analysis
on forest structural variables (tree density, basal area, average
height, regeneration density) in R.
However, I could not find out how to extract factor loadings
(correlations of each variable with each pca axis), as is straightforwar
in princomp.
Do anyone know how to do that?
Moreover, do anyone knows
2007 May 25
3
Coping music from tapes
OS: CentOS 5.0 x86.
Hi, I have some old music tapes and a walkman, and want to move the
music to mp3 format. So far I am thinking to use Audacity to record the
music to wavs, and then do not know, somehow I will compress the wavs to
mp3s as vbr 192 Kbps with something.
Has anyone done this? What app did you use for recording the music from
the tapes and what app did you use to make it mp3?
2006 Feb 14
2
Inline list editing with RJS: best practices
I wanted to get the community opinion on the best way to use partials and
inline list (<li>) editing.
I have a very common scenario where a list is rendered:
--- index.rhtml ---
<ul>
<%= render :partial => ''item'', @collection => @items %>
</ul>
--- _item.rhtml (simplified) ---
<li id="item_<%= item.id %>">
<div
2005 Apr 29
1
Macintosh Speex player
Hi All,
I'm have a lot of speech files that are given from an organisation that
has a lot of audio tapes with talks on them. Many people use these
tapes, and I have started to convert to the audio to mp3. More recently
I've started using speex, but the problem is, many people are using
macintosh's and I don't know how to play speex files on macintosh,
(Linux, & Windows
2004 Aug 06
0
ogg files with spx and tagging
Dear Developers,
I am currently involved in the co-ordination of archiving a whole heap
of tapes containing audio (4000+ sermons for www.newcreation.org.au) to
digital format.
At present, all the tapes have been converted into mp3 @ CBR 40kbs,
44100 Hz... And this appears to play in most portable players capable of
playing mp3's. (ogg vorbis isn't that widely supported, and many
portable