vault backup: 2024-10-28 22:02:00

Affected files:
docs/Command Snippets/Bash Commands.md
This commit is contained in:
Keannu Bernasol 2024-10-28 22:02:00 +08:00
parent f359c7ae0e
commit 69bffa4901

View file

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