Nethserver as a backup station

Yes, of course. Thank you :slight_smile: Looks very easy and interesting, a new module for 7 might be straightforward
btw just moved our posts from another discussion on testing.

now it is for centos7

systemctl enable urbackup-server.service

1 Like

quick tests of the nethserver-urbackup with beta urbackup2.013

go to https://yadi.sk/d/HojmtaVYrQ5xP and download the rpm

then

yum install http://mirror.de-labrusse.fr/nethserver/nethserver-urbackup/nethserver-urbackup-0.0.1-1.ns6.sdl.noarch.rpm urbackup-server-2.0.13.0-0.0.x86_64.rpm

I have one minor issue since I use ‘chkconfig urbackup on’ instead of ‘systemctl enable urbackup-server.service’ but it is workable
visible bugs are :

interesting features to dig in are

  • mail settings
  • ldap user authentication

the cons of this software is definitively the database way to store settings.

some works are needed here, not so huge, but probably we need to wait a beta stage for NS7 and a final release for this software.

4 Likes

quick-test nethserver-urbackup:

[root@ns7a2 lib]# systemctl | grep urbackup-server
urbackup-server.service loaded active running UrBackup Client/Server Network Backup System

[root@ns7a2 lib]# systemctl list-unit-files urbackup-server.service
UNIT FILE STATE
urbackup-server.service enabled

worked perfectly. client recognised server almost immediatly.
mega-thumb-up :thumbsup: and mega-applaus :clap:

1 Like