Inventaire de la machine
Host : node-onedrive03.house.cpb
- IP Privé : 172.17.186.43/24
- Disque : 32Go (Système)
- RAM :2Go
- vCPU : 2
- OS : Ubuntu Serveur 18.04
Mise à jour de la machine
chris@node-onedrive03:~$ sudo apt update && sudo apt upgrade
Configurer le réseau IP Statique Lan Privé
chris@node-onedrive03:~$ vi /etc/netplan/50-cloud-init.yaml network: ethernets: ens18: addresses: - 172.17.186.43/24 gateway4: 172.17.186.201 nameservers: addresses: - 192.168.1.1 search: - house.cpb version: 2
Ajout d’un password root
chris@node-onedrive03:~$ sudo passwd root
Ajout des machines dans /etc/hosts
chris@node-onedrive03:~$ su root@node-onedrive03:/home/chris# echo "172.17.186.40 nfsonedrive.house.cpb nfsonedrive" >> /etc/hosts root@node-onedrive03:/home/chris# echo "172.17.186.43 node-ondedrive03.house.cpb node-ondedrive03" >> /etc/hosts
Installation/Configuration Client NFS
root@node-onedrive03:/home/chris# apt install nfs-common
Synchronisation Datetime
root@node-onedrive03:/home/chris# timedatectl set-timezone Europe/Paris
Check Découvert des Shares
root@node-onedrive03:/home/chris# showmount -e nfsonedrive
Montage – backup sur OneDrive01 – CLI
root@node-onedrive03:/home/chris# mkdir /mnt/backup root@node-onedrive03:/home/chris# mount -t nfs 172.17.186.40:/mnt/OneDrive/Backup_MODOP/node-onedrive03 /mnt/backup root@node-onedrive03:/home/chris# df -Th /mnt/backup/
Montage – backup sur OneDrive03 – /etc/fstab
root@node-onedrive03:/home/chris# umount /mnt/backup root@node-onedrive03:/home/chris# echo "nfsonedrive:/mnt/OneDrive/Backup_MODOP/node-onedrive03 /mnt/backup nfs defaults 0 0" >> /etc/fstab root@node-onedrive03:/home/chris# mount /mnt/backup root@node-onedrive03:/home/chris# df –h
Installation Mondorescue sur node-ondedrive03 – Ubuntu
Installation Repository mondorescue et Keys
Attention les dépôts 18.04 ne fonctionne pas, il faudra récupérer les 18.10.
root@node-onedrive03:/home/chris# cd /etc/apt/sources.list.d/ root@node-onedrive03:/etc/apt/sources.list.d# wget -O - http://ftp.mondorescue.org/ubuntu/18.10/pb.pubkey | apt-key add - root@node-onedrive03:/etc/apt/sources.list.d# vi mondorescue.list ## dépôt mondorescue deb ftp://ftp.project-builder.org//ubuntu 18.10 contrib deb-src ftp://ftp.project-builder.org//ubuntu 18.10 contrib
root@node-onedrive03:/etc/apt/sources.list.d# apt-get update
Installation Mondorescue
root@node-onedrive03:/etc/apt/sources.list.d# apt-get install mondo
Backup Mondorescue en CLI sur SharePoint /mnt/backup
root@node-onedrive03:/etc/apt/sources.list.d# cd ~ root@node-onedrive03:~# /usr/sbin/mondoarchive -OV -N -p node-onedrive03-22012022 -i -s 4480m -d /mnt/backup
« Création liste des catalogues »
« Création boot+data disks »
« Création ISO file System »
« Création ISO Large Files »
Vérifions sur node-onedrive03 – Client NFS(/mnt/backup)
Vérifions sur nfsonedrive – Serveur NFS (/mnt/OneDrive)
root@nfsonedrive ~]# cd /mnt/OneDrive/Backup_MODOP/node-onedrive03
root@nfsonedrive onde-drive03~]# ls -al
Vérifions sur le Sharepoint Cloud (https://xxxx.sharepoint.com/personal/christian_xxxx/Documents)
Views: 1