Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Request] Backup software for Streamer: Arkeia
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Tantive
Retired Dev
Retired Dev


Joined: 14 May 2002
Posts: 72

PostPosted: Wed Jul 17, 2002 7:18 pm    Post subject: [Request] Backup software for Streamer: Arkeia Reply with quote

Hi!

as mentioned in the Subject it would be nice to have backup software like Arkeia from Knox Software available via ebuild.

Arkeia (www.arkeia.com) is available for free in a special license which grants you to use it with ONE sigle tape drive (SCSI) and TWO client computers which can be backed up, too.

Arkeia is available on many platforms, including Linux :-)



Bye
Tantive
Back to top
View user's profile Send private message
Gav
n00b
n00b


Joined: 10 Oct 2002
Posts: 65
Location: Surrey, UK

PostPosted: Tue Nov 12, 2002 11:55 am    Post subject: Reply with quote

Another request for this to be available as an ebuild. Soon I'll be trying mondo, but like the look of Arkeia Light as well...
Back to top
View user's profile Send private message
je4d
n00b
n00b


Joined: 28 Aug 2002
Posts: 26

PostPosted: Tue Apr 15, 2003 9:55 pm    Post subject: Reply with quote

i'll third that request ;-)

[edit]
here's a gentoo startup script for it..
Code:

#!/sbin/runscript
checkconfig() {
        if [ -z "$ARKEIA_DIR" ];
        then
                if [ -f /etc/opt/arkeia/ARKEIA_DIR ];
                then
                        ARKEIA_DIR=`cat /etc/opt/arkeia/ARKEIA_DIR`
                else
                        ARKEIA_DIR=/opt/arkeia
                fi
                if [ ! -f "$ARKEIA_DIR"/bin/arkboot ]
                then
                        eerror "$ARKEIA_DIR/bin/arkboot does not exist"
                        return 1
                fi
        fi
        export ARKEIA_DIR
}

start() {
        checkconfig || return 1
        ebegin "Starting arkeiad"
        $ARKEIA_DIR/bin/arkboot start 2> /dev/null
        eend $?
}

stop() {
        checkconfig || return 1
        ebegin "Stopping arkeiad"
        $ARKEIA_DIR/bin/arkboot stop 2> /dev/null
        eend $?
}

[/edit]
Back to top
View user's profile Send private message
burmashave
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2002
Posts: 82

PostPosted: Fri May 23, 2003 3:28 pm    Post subject: Arkeia ebuild, please Reply with quote

I'll add a request for an Arkeia ebuild.
Back to top
View user's profile Send private message
unlord
n00b
n00b


Joined: 28 Jan 2004
Posts: 17

PostPosted: Wed Jan 19, 2005 7:35 pm    Post subject: Re: Arkeia ebuild, please Reply with quote

burmashave wrote:
I'll add a request for an Arkeia ebuild.


... and I'll fill that request

https://bugs.gentoo.org/show_bug.cgi?id=78711

Really it only took about an hour to make this. Thanks to je4d for the gentoo startup script.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum