Skip to content

Commit

Permalink
Reduce horizontal size of borg extract example
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Oct 6, 2022
1 parent 04f657f commit 0119d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ sudo chown $(whoami):$(getent group $(whoami) | awk 'BEGIN { FS = ":" } ; { prin

# Work out available backups and extract!
borg list
home-2022-10-05T17.30 Weds, 2022-10-05 17:30:36 [1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef]
home-2022-10-06T17.30 Thu, 2022-10-06 17:30:36 [1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef]
home-2022-10-05T17.30 Weds, 2022-10-05 17:30:36 [1234567890abcdef1234567890abcdef]
home-2022-10-06T17.30 Thu, 2022-10-06 17:30:36 [1234567890abcdef1234567890abcdef]

cd /
borg extract ::home-2022-10-05T17.30
Expand Down

0 comments on commit 0119d63

Please sign in to comment.