Remove unused backupping

This commit is contained in:
RealStickman 2021-01-15 17:39:17 +01:00
parent 61130576b8
commit 1e6bb90683

View File

@ -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