linux scripte entfernt, sind in ansible vorhanden

This commit is contained in:
Michael Grote 2020-04-14 19:53:59 +02:00
parent ddaa38af84
commit 25f51a4255
3 changed files with 0 additions and 14 deletions

View file

@ -1,2 +0,0 @@
!/bin/bash
restic -r \\OMVV2.grote.lan\Backup-v2\restic --password-file /home/mg/Nextcloud/RProgramme/restic/password.txt backup --exclude-file /home/mg/Nextcloud/Programme/restic/exclude.txt /home/mg/ansible

View file

@ -1,7 +0,0 @@
#!/bin/bash
#mkdir /mnt/restic
mount -t cifs -o user=pve,password=pve //OMVV2.grote.lan/backup-v2/restic /mnt/restic
restic -r /mnt/restic --password-file /root/restic/password.txt backup --exclude-file /root/restic/exclude.txt /usr/local /etc /root
umount /mnt/restic

View file

@ -1,5 +0,0 @@
#!/bin/bash
mount -t cifs -o user=restic,password=restic //OMVV2.grote.lan/backup-v2/restic /mnt/restic
restic -r /mnt/restic --password-file /root/config/password.txt backup --exclude-file /root/config/exclude.txt /usr/local /etc /root /var/www /home
umount /mnt/restic