diff --git a/docs/Command Snippets/Bash Commands.md b/docs/Command Snippets/Bash Commands.md index 81557aa..39dc783 100644 --- a/docs/Command Snippets/Bash Commands.md +++ b/docs/Command Snippets/Bash Commands.md @@ -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" +``` \ No newline at end of file