diff --git a/arch-config/Dokumente/restic.md b/arch-config/Dokumente/restic.md index 70893d7f..810394f0 100755 --- a/arch-config/Dokumente/restic.md +++ b/arch-config/Dokumente/restic.md @@ -18,22 +18,6 @@ restic -r /mnt/backups/arco-pc/home/marc snapshots restic -r /mnt/backups/arco-pc/home/marc restore --target "/home/marc" (snapshot) ``` -### arco-pc-backup timeshift - -There is currently a problem in go that makes this command fail. Run the following command before retrying: `export GODEBUG=asyncpreemptoff=1` -``` -restic init --repo /mnt/backups/arco-pc/timeshift -``` -``` -sudo -E restic -r /mnt/backups/arco-pc/timeshift backup --verbose "/mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/timeshift/snapshots/" -``` -``` -restic -r /mnt/backups/arco-pc/timeshift snapshots -``` -``` -restic -r /mnt/backups/arco-pc/timeshift restore --target "/mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/timeshift/snapshots/" (snapshot) -``` - ## B2 backups ```bash