Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: fergro on February 12, 2007, 07:07:00 PM

Title: Is there a GUI backup or similar
Post by: fergro on February 12, 2007, 07:07:00 PM
Hi

I have searched the forums for an answer and have either missed it or I have not used the right search info!  

My need:
I have two SME7 boxes on different sites, the internal IT people want/need to be able to extract files from the tape backup at various times.

My Question:
Is there a GUI client that runs on the Internal IT peoples computer that has a windows type interface and will talk to the SME7 so they can restore the files as required. I am aware that Arkeia was used on earlier versions.

Thanks

Rob F
Title: backup software
Post by: jmvelez on February 14, 2007, 01:59:05 AM
Novanet/Yosemite works with SME7.  It has a console for Linux and windows.  Novanet is the same softwware at a lower cost
Title: Is there a GUI backup or similar
Post by: fergro on February 14, 2007, 09:55:27 PM
Hi jmvelez

Thanks for the reply and suggestions. Will give them a go!

RF
Title: Is there a GUI backup or similar
Post by: ntblade on March 19, 2007, 05:28:36 PM
Hi,
I'm tring to install Yosemite 8.1 on SME 7.1 and have what is quite a simple question but I've searched and can't find the answer.
How do I get Yosemite to run at startup and how do I check it's running?

Many thanks
NTBlade
Title: Is there a GUI backup or similar
Post by: ntblade on March 19, 2007, 06:27:55 PM
I I run...
Code: [Select]
# ./ytlinsvc -s(I'm guessing that this is the Yosemite Backup equivalent of the the old tapeware command) I can telnet to the server on port 3817 but if I run...
Code: [Select]
# ./ytlinsvc -xthe connection is refused.

The Client is XP on the same subnet, no firewall
Any ideas?
Title: How i Install Yosemite Tapeware?
Post by: ernie0124 on March 20, 2007, 09:41:10 AM
Hello ,

can enybody help me?.

Ist there a Howto to install Yosemite Tapeware on Sme Server 7.1.2?
Thanks
Maik
Title: Is there a GUI backup or similar
Post by: bpivk on March 20, 2007, 09:58:38 AM
Quote
How do I get Yosemite to run at startup and how do I check it's running?

Via a cron job.
Quote
the connection is refused

Don't telnet use ssh.
Title: Is there a GUI backup or similar
Post by: ntblade on March 20, 2007, 10:48:26 AM
Quote from: "bpivk"
Via a cron job.

I think it should be via rc.local or similar but I don't know how to add the command correctly.  In fact, I don't know the command. It doesn't seem to be documented.
Quote
Don't telnet use ssh.
I'm telnet-ing from an XP client to the server on port 3817.  This shows me the server is listening on that port.  Nothing to do with ssh

Thanks

ernie0124, from http://www.yosemitetech.com/support/forum/showflat.php?Cat=0&Number=27089

TapeWare 7.0 has been End Of Lifed

NTB
Title: Is there a GUI backup or similar
Post by: dilligaf on April 13, 2007, 11:40:52 PM
This is how I start it:

Create Sym Link to start tapeware
-Install Tapeware
-Create a tapeware script "tapeware.sh"
(/usr/local/yosemite/yosemitebackup/ytlinsvc -s)
-Put the script in /root (or somewhere an uninstall of tapeware would not cause loss of script) and set perms to (rbo wbo esbo)
-Create the symlinc link:
ln -s /root/tapeware.sh /etc/rc.d/rc7.d/S99tapeware.sh
-Reboot and test that service is loaded (/usr/local/yosemite/yosemitebackup/ytlinsvc -q)

I loaded Yosemite Backup 8.5 on SME 6.01, installs fine, but can not see filesystem?

Quote from: "ntblade"
Quote from: "bpivk"
Via a cron job.

I think it should be via rc.local or similar but I don't know how to add the command correctly.  In fact, I don't know the command. It doesn't seem to be documented.
Quote
Don't telnet use ssh.
I'm telnet-ing from an XP client to the server on port 3817.  This shows me the server is listening on that port.  Nothing to do with ssh

Thanks

ernie0124, from http://www.yosemitetech.com/support/forum/showflat.php?Cat=0&Number=27089

TapeWare 7.0 has been End Of Lifed

NTB
Title: Is there a GUI backup or similar
Post by: ntblade on April 14, 2007, 05:18:44 PM
Thanks for the reply, dilligaf,
That's what I was looking for.

What do you mean you can't see the filesystem?

N
Title: Yosemite or Novanet start at boot
Post by: jmvelez on April 16, 2007, 02:55:31 AM
I added to rc.local



modprobe ide-scsi
modprobe sg
sleep 10
/usr/local/novastor/novanet/nnlinsvc -s

you replace the name ytlinsvc and the location for Yosemite Backup.  I had to add the sleep 10 due otherwise will not see the device.