updated urbackup client

This commit is contained in:
Bachir Soussi Chiadmi 2020-04-18 11:32:19 +02:00
parent 3546724fbc
commit 21d9c2ee0d
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen
locale-gen locale-gen
apt-get --yes install ntp apt-get --yes install ntp
dpkg-reconfigure tzdata 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 # TODO cron
# https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log/121560#121560 # https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log/121560#121560

View File

@ -39,7 +39,7 @@ apt install build-essential "g++" "libcrypto++-dev" libz-dev -y
# Download the UrBackup client source files and extract them # 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/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 cd /tmp
# tar xzf /tmp/urbackup-client-2.3.4.0.tar.gz # tar xzf /tmp/urbackup-client-2.3.4.0.tar.gz