linux scripte entfernt, sind in ansible vorhanden
This commit is contained in:
parent
ddaa38af84
commit
25f51a4255
3 changed files with 0 additions and 14 deletions
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue