Browse Source

updated urbackup client

Bachir Soussi Chiadmi 4 years ago
parent
commit
21d9c2ee0d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bin/misc.sh
  2. 1 1
      bin/urbackup.sh

+ 1 - 1
bin/misc.sh

@@ -21,7 +21,7 @@ sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen
 locale-gen
 apt-get --yes install ntp
 dpkg-reconfigure tzdata
-apt-get --yes install tmux etckeeper needrestart htop lynx unzip
+apt-get --yes install tmux etckeeper needrestart htop lynx unzip nfs-common
 
 # TODO cron
 # https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log/121560#121560

+ 1 - 1
bin/urbackup.sh

@@ -39,7 +39,7 @@ apt install build-essential "g++" "libcrypto++-dev" libz-dev -y
 
 # Download the UrBackup client source files and extract them
 # wget -P /tmp/ https://hndl.urbackup.org/Client/latest/urbackup-client-2.3.4.0.tar.gz
-wget -P /tmp/ https://hndl.urbackup.org/Client/2.4.8/urbackup-client-2.4.8.0.tar.gz
+wget -P /tmp/ https://hndl.urbackup.org/Client/2.4.10/urbackup-client-2.4.10.0.tar.gz
 
 cd /tmp
 # tar xzf /tmp/urbackup-client-2.3.4.0.tar.gz