Koozali.org: home of the SME Server

Is there a GUI backup or similar

Offline fergro

  • **
  • 24
  • +0/-0
Is there a GUI backup or similar
« 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
...

Offline jmvelez

  • ****
  • 85
  • +0/-0
    • http://velezcomputer.com
backup software
« Reply #1 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

Offline fergro

  • **
  • 24
  • +0/-0
Is there a GUI backup or similar
« Reply #2 on: February 14, 2007, 09:55:27 PM »
Hi jmvelez

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

RF
...

Offline ntblade

  • *
  • 252
  • +0/-0
Is there a GUI backup or similar
« Reply #3 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

Offline ntblade

  • *
  • 252
  • +0/-0
Is there a GUI backup or similar
« Reply #4 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?

Offline ernie0124

  • **
  • 38
  • +0/-0
How i Install Yosemite Tapeware?
« Reply #5 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

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
Is there a GUI backup or similar
« Reply #6 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.
"It should just work" if it doesn't report it. Thanks!

Offline ntblade

  • *
  • 252
  • +0/-0
Is there a GUI backup or similar
« Reply #7 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

Offline dilligaf

  • *
  • 266
  • +0/-0
    • http://www.willcraft.com
Is there a GUI backup or similar
« Reply #8 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

Offline ntblade

  • *
  • 252
  • +0/-0
Is there a GUI backup or similar
« Reply #9 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

Offline jmvelez

  • ****
  • 85
  • +0/-0
    • http://velezcomputer.com
Yosemite or Novanet start at boot
« Reply #10 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.