ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Unsolved Urbackup configuration help

    IT Discussion
    3
    5
    2.1k
    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.
    • sreekumarpgS
      sreekumarpg
      last edited by

      Hello All,

      I have configured UrBackup in Centos 7 as per the post Installing URBackup on CentOS 7 :scottalanmiller.
      My requirement is to have a Network backup for development Servers data folder.I have created a NFS share in my Synology and mounted to URBackup server. I have configured the URBackup backup storage as nfs mount path.

      I need the help on

      1. How to install UrBackup client in centos 7
      2. How to configure the backup location in centos UrBackup client.
      3. I need a backup schedule and retention of

      Daily incremental backup and retention 7 days
      Weekly full backup and retention 4 weeks
      Monthly full backup and retention 3 Months.

      how can i achieve the above with file backup settings.

      Interval for incremental file backup : ?
      interval for full file backup : ?
      Maximal incremental file backup : ?
      Maximal full file backups : ?

      Also any document for upgrading server and client versions.

      Thanks in Advance.

      1 Reply Last reply Reply Quote 3
      • A
        Alex Sage
        last edited by

        https://www.urbackup.org/administration_manual.html#x1-110002.2
        https://www.urbackup.org/administration_manual.html#x1-370007.1
        https://www.urbackup.org/administration_manual.html#x1-600008.3

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          To install on CentOS, this single command should work:

          TF=`mktemp` && wget "https://hndl.urbackup.org/Client/2.0.36/UrBackup%20Client%20Linux%202.0.36.sh" -O $TF && sh $TF; rm $TF
          
          sreekumarpgS 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller
            last edited by

            If the command above fails due to a lack of wget, that's not surprising as wget is not a default package on CentOS, you may need to install it first:

            yum -y install wget
            
            1 Reply Last reply Reply Quote 0
            • sreekumarpgS
              sreekumarpg @scottalanmiller
              last edited by sreekumarpg

              @scottalanmiller Thanks scott.

              Kindly let me know in which file i need to set the backup location for the Linux client. As in windows it is GUI,so that I can set that, but in Linux its doubt

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post