interpreting the question:
do I need to backup every reboot or shutdown?
as: when do i need to backup?
There is a risk here since i boot from a stick created with tc-install (hdd install) and know no other case. Given that, let's say:
>lsblk x
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT x
sda 8:0 0 186.3G 0 disk x>
|-sda1 8:1 0 93.2G 0 part x
`-sda2 8:2 0 93.2G 0 part x
sdb 8:16 1 7.5G 0 disk x
`-sdb1 8:17 1 7.5G 0 part /mnt/sdb1 x
zram0 251:0 0 678.1M 0 disk [SWAP]
For me, sda is an internal drive and sdb is my tc (usb) drive.
now, just for fun:
>umount /mnt/sdb1/ x
x
x>cd
>lsblk x
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT x
sda 8:0 0 186.3G 0 disk x>
|-sda1 8:1 0 93.2G 0 part x
`-sda2 8:2 0 93.2G 0 part x
sdb 8:16 1 7.5G 0 disk x
`-sdb1 8:17 1 7.5G 0 part x
zram0 251:0 0 678.1M 0 disk [SWAP]
nothing i do now will write to my tc drive.
But, let's scratch last:
>mount /mnt/sdb1 x
x
x>cd
>lsblk x
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT x
sda 8:0 0 186.3G 0 disk x>
|-sda1 8:1 0 93.2G 0 part x
`-sda2 8:2 0 93.2G 0 part x
sdb 8:16 1 7.5G 0 disk x
`-sdb1 8:17 1 7.5G 0 part /mnt/sdb1 x
zram0 251:0 0 678.1M 0 disk [SWAP]
I don't know how to show this; you'll have to take my word for it - you'll have to try it. If i write ANYTHING (or remove ANYTHING) from /mnt/sdb1 it is a done deal - backup is don't matter.
For lack of better wording, if I am in/using my tc drive and it is mounted and i want backup/persistence i must have whatever is to be backed up (what is to persist) in /opt/.filetool.lst.
Only thing else I can say is spend time with 'the book', wiki, keep pushing thru trial and error - good luck!!
I'm really still a noob. With that in mind: welcome,
ttz