Outils pour utilisateurs

Outils du site


welcome:ubuntu:backuppc

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

welcome:ubuntu:backuppc [2021/02/13 23:10] (Version actuelle)
Ligne 1: Ligne 1:
 +<color #22b14c>**Installation of BackupPC from sources on Ubuntu20**</color>
 +{{howhard>3}}
 +====== BackupPC ======
  
 +Main tuto: https://kifarunix.com/install-and-setup-backuppc-server-on-ubuntu-20-04/
 +
 +  * to get user "backuppc" with uid=995, gid=1000 and ''/home/backuppc'' as home folder: <code># groupadd -g 1000 backuppc
 +# useradd -r -m -d /home/backuppc -s /bin/bash -c "BackupPC user" -u 995 -g 1000 backuppc </code>
 +  * let login on the remote client with "root" (user backuppc doesn't exist on the backuped clients!) <code> $Conf{RsyncSshArgs} = [
 +        '-e', '$sshPath -l root',
 +];</code>
 +====== HTTPS ======
 +Création de certificat auto-signé: https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04
 +
 +====== Connection ======
 +https://URL/BackupPC_Admin
 +
 +====== Issue with ping ======
 +<code># chmod 4755 /bin/ping</code>
welcome/ubuntu/backuppc.txt · Dernière modification: 2021/02/13 23:10 (modification externe)

DokuWiki Appliance - Powered by TurnKey Linux