ITS-Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Bareos auf Ubuntu 20.04

    Scheduled Pinned Locked Moved IT-Stuff
    1 Posts 1 Posters 367 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      admin
      last edited by

      Zu erst müssen wir hier den Client mit folgendem Script installieren

      vi /root/bareos-install.sh
      
      DIST=xUbuntu_20.04
      RELEASE=release/20
      URL=http://download.bareos.org/bareos/$RELEASE/$DIST
      printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list
      curl http://download.bareos.org/bareos/release/20/xUbuntu_20.04/Release.key | apt-key add
      apt-get update && apt-get install bareos-filedaemon
      
      chmod +x bareos-install.sh
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors