diff --git a/backup_ansiblevm.sh b/backup_ansiblevm.sh deleted file mode 100644 index 1cf1e3e..0000000 --- a/backup_ansiblevm.sh +++ /dev/null @@ -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 diff --git a/backup_pve.sh b/backup_pve.sh deleted file mode 100644 index b9e455d..0000000 --- a/backup_pve.sh +++ /dev/null @@ -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 diff --git a/backup_template.sh b/backup_template.sh deleted file mode 100644 index cc5bb40..0000000 --- a/backup_template.sh +++ /dev/null @@ -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