first commit
This commit is contained in:
6
other/backblaze/export-truenas-backups-backblaze.sh
Executable file
6
other/backblaze/export-truenas-backups-backblaze.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:truenas-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
8
other/backblaze/restic-browser-truenas-backups-backblaze.sh
Executable file
8
other/backblaze/restic-browser-truenas-backups-backblaze.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:truenas-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
|
||||
Restic-Browser
|
||||
10
other/backblaze/run-restic-truenas-backups-backblaze.sh
Executable file
10
other/backblaze/run-restic-truenas-backups-backblaze.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:truenas-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
|
||||
restic unlock
|
||||
restic backup /mnt/truenas-backups --no-cache -v
|
||||
restic cache --cleanup
|
||||
4
other/export-other-backups-hosthatch.sh
Executable file
4
other/export-other-backups-hosthatch.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/other-backups"
|
||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||
8
other/run-restic-other-backups-to-hosthatch.sh
Executable file
8
other/run-restic-other-backups-to-hosthatch.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/other-backups"
|
||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||
|
||||
restic unlock
|
||||
restic backup /mnt/backups --no-cache -v
|
||||
restic cache --cleanup
|
||||
6
proxmox/backblaze/export-proxmox-backups-backblaze.sh
Executable file
6
proxmox/backblaze/export-proxmox-backups-backblaze.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:proxmox-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
8
proxmox/backblaze/restic-browser-proxmox-backups-backblaze.sh
Executable file
8
proxmox/backblaze/restic-browser-proxmox-backups-backblaze.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:proxmox-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
|
||||
Restic-Browser
|
||||
10
proxmox/backblaze/run-restic-proxmox-backups-backblaze.sh
Executable file
10
proxmox/backblaze/run-restic-proxmox-backups-backblaze.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:proxmox-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
|
||||
restic unlock
|
||||
restic backup /mnt/proxmox-backups --no-cache -v
|
||||
restic cache --cleanup
|
||||
4
proxmox/export-proxmox-backups-hosthatch.sh
Executable file
4
proxmox/export-proxmox-backups-hosthatch.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/proxmox-backups"
|
||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||
8
proxmox/run-restic-proxmox-backups-to-hosthatch.sh
Executable file
8
proxmox/run-restic-proxmox-backups-to-hosthatch.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/proxmox-backups"
|
||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||
|
||||
restic unlock
|
||||
restic backup /mnt/proxmox-backups --no-cache -v
|
||||
restic cache --cleanup
|
||||
3
rclone-sync-proxmox-datastore-to-hosthatch.sh
Executable file
3
rclone-sync-proxmox-datastore-to-hosthatch.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rclone sync /mnt/proxmox-backups/ hosthatch-backup:/backups/proxmox-datastore -P
|
||||
1
restic-password
Normal file
1
restic-password
Normal file
@@ -0,0 +1 @@
|
||||
9S*Mw4RPG6dKeAcsq6DjUd
|
||||
6
storage/backblaze/export-storage-backups-backblaze.sh
Executable file
6
storage/backblaze/export-storage-backups-backblaze.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:storage-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
8
storage/backblaze/restic-browser-storage-backups-backblaze.sh
Executable file
8
storage/backblaze/restic-browser-storage-backups-backblaze.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:storage-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
|
||||
Restic-Browser
|
||||
10
storage/backblaze/run-restic-storage-backups-backblaze.sh
Executable file
10
storage/backblaze/run-restic-storage-backups-backblaze.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
export B2_ACCOUNT_ID="00046d139d73904000000000e"
|
||||
export B2_ACCOUNT_KEY="K000vYECcbbPFlLOq+23F2VKYtXR9zM"
|
||||
export RESTIC_REPOSITORY="b2:akanealw-restic-backups:storage-backups"
|
||||
export RESTIC_PASSWORD_FILE=/home/akanealw/restic/restic-password
|
||||
|
||||
restic unlock
|
||||
restic backup /mnt/storage-backups --no-cache -v
|
||||
restic cache --cleanup
|
||||
4
storage/export-storage-backups-hosthatch.sh
Executable file
4
storage/export-storage-backups-hosthatch.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/storage-backups"
|
||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||
8
storage/run-restic-storage-backups-to-hosthatch.sh
Executable file
8
storage/run-restic-storage-backups-to-hosthatch.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/storage-backups"
|
||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||
|
||||
restic unlock
|
||||
restic backup /mnt/storage --no-cache -v
|
||||
restic cache --cleanup
|
||||
Reference in New Issue
Block a user