mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-16 19:59:25 +08:00
vault backup: 2024-10-28 22:02:00
Affected files: docs/Command Snippets/Bash Commands.md
This commit is contained in:
parent
f359c7ae0e
commit
69bffa4901
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@ borg extract --strip-components 3 /mnt/backups/$DEVICE/$BACKUP_NAME::$SNAPSHOT_N
|
|||
# Extract latest snapshot
|
||||
borg extract --strip-components 3 /mnt/backups/$DEVICE/$BACKUP_NAME::$(borg list /mnt/backups/$BACKUP_NAME --last 1 --short)
|
||||
```
|
||||
- Set date/time
|
||||
```bash
|
||||
sudo date --set="2024-10-02 01:12:00"
|
||||
```
|
Loading…
Reference in a new issue