clone of my dotfiles.ssp.sh
1
2# Micro Journal Scripts
3
4## Troubleshoot
5### Size
6
7Only 3.2 GB was used, instead of full 32GB.
8```sh
9sudo raspi-config
10```
11Then select `Advanced Options -> Expand Filesystem`.
12
13That extended the partition to 32 GB.
14
15## Prepare scripts for syncing
16
17> I wrote one script to turn on the network (`startnetwork.sh`) and a second to sync the clock to my timezone (`stopnetwork.sh`).
18>
19> I run those scripts via the terminal and then **activate Syncthing** (I might run a `rsync` script). It connects up to my other devices and grabs new files, versions, etc. Then I kill Syncthing and the network. Whole process takes a minute. *[Reddit](https://sh.reddit.com/r/writerDeck/comments/1j0pe1h/comment/mfpu1e5/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button), thanks to u/corycaea.*
20