Skip to content

Commit 700a2c7

Browse files
author
Patrick M
committed
fix: add directory
1 parent 53bacbe commit 700a2c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2023-06-16-back-up-rpi-live.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ image-backup <image_name.img>
6565
If you'd like to automate your backup, you can pretty easily using crontab. First create the script you'd like to run. I like to put it in `/root/.local/bin`.
6666

6767
```bash
68+
sudo mkdir /root/.local/bin
6869
sudo nano /root/.local/bin/backup
6970
```
7071

0 commit comments

Comments
 (0)