2020-05-31 13:10:45 +02:00
|
|
|
###Restic repos:
|
2020-05-16 11:47:54 +02:00
|
|
|
|
2020-05-31 13:10:45 +02:00
|
|
|
##B2 backups
|
|
|
|
|
2020-06-03 18:20:39 +02:00
|
|
|
export B2_ACCOUNT_ID=
|
|
|
|
export B2_ACCOUNT_KEY=
|
|
|
|
|
|
|
|
|
2020-06-01 21:37:19 +02:00
|
|
|
#arco-pc-backup home:
|
2020-05-31 13:10:45 +02:00
|
|
|
restic -r b2:arco-pc-backup:/home/marc init
|
2020-06-01 21:37:19 +02:00
|
|
|
restic -r b2:arco-pc-backup:/home/marc backup --verbose /home/marc/ --exclude-file=/home/marc/Dokumente/home-exclude.txt
|
2020-06-03 18:20:39 +02:00
|
|
|
restic -r b2:arco-pc-backup:/home/marc snapshots
|
2020-06-01 21:37:19 +02:00
|
|
|
|
|
|
|
#arco-pc-backup timeshift:
|
|
|
|
restic -r b2:arco-pc-backup:/mnt/harddrive/timeshift/snapshots init
|
|
|
|
sudo chmod -Rv 777 /mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/timeshift/
|
|
|
|
restic -r b2:arco-pc-backup:/mnt/harddrive/timeshift/snapshots backup --verbose "/mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/timeshift/snapshots/"
|
2020-06-03 18:20:39 +02:00
|
|
|
restic -r b2:arco-pc-backup:/mnt/harddrive/timeshift/snapshots snapshots
|
2020-05-31 13:10:45 +02:00
|
|
|
|
2020-06-28 23:05:36 +02:00
|
|
|
#arco-pc-backup consoles:
|
|
|
|
restic -r b2:arco-pc-backup:/mnt/harddrive/Consoles init
|
|
|
|
restic -r b2:arco-pc-backup:/mnt/harddrive/Consoles backup --verbose "/mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/Consoles"
|
|
|
|
restic -r b2:arco-pc-backup:/mnt/harddrive/Consoles snapshots
|
|
|
|
|
2020-06-22 15:15:46 +02:00
|
|
|
#rpi3-backup
|
|
|
|
restic -r b2:rpi3-backup:timeshift/snapshots init
|
|
|
|
sudo chmod -Rv 777 /run/timeshift/backup/timeshift
|
|
|
|
restic -r b2:rpi3-backup:timeshift/snapshots backup --verbose "/run/timeshift/backup/timeshift/snapshots"
|
|
|
|
restic -r b2:rpi3-backup:timeshift/snapshots snapshots
|
2020-06-09 18:13:07 +02:00
|
|
|
|
2020-07-17 11:19:38 +02:00
|
|
|
#realstickman-xyz-backup
|
|
|
|
restic -r b2:realstickman-xyz-backup:full init
|
|
|
|
restic -r b2:realstickman-xyz-backup:full backup --verbose "/"
|
|
|
|
restic -r b2:realstickman-xyz-backup:full snapshots
|