this post was submitted on 18 Nov 2023
43 points (97.8% liked)
Everyday Carry. What essentials do you carry on a daily basis?
3191 readers
44 users here now
What do you carry on a daily basis?
Rules
- Post a list of your items
- No Sales or marketing
- No Incivility
- No Politics
- No Inappropriate Content
- Do not ask why someone is carrying a gun or knife
- Do not give unasked for advice regarding firearms or knives, or ask why they aren't carried.
- No URL shorteners (bit.ly, tinyurl, etc)/Affiliate Links.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ventoy sounds very interesting, will give it a try.
How do you manage to have the personal data usb synced? How often do you sync it?
I like the idea of having my files always handy on a USB.
The drive is LUKS encrypted. It is an option when formatting the drive using Gnome Disks in Linux.
Whenever you plug it in, it asks for the password.
On the drive I have a bash script that syncs my home directory to a folder on the drive using rsync.
I don't create new files personal files very often and they are backed up in other ways too (to a NAS and also encrypted and uploaded to cloud storage) so I tend to only run the sync script about every other week or so.
I have a separate script and folder to backup my work laptop as well. for the work laptop I back my home directory and the /etc directory, because I have some customized configurations in etc. I run this every week.
Because the drives are USB C I can plug them into my phone for transferring files. The encrypted drive can be mounted using an app called ZUGate.
would you mind sharing your bash script for this, had dreamed of exploiting the 1G of free storage you get on every other corner.
I have a script that does an unencrypted backup to my true truenas machine.
Truenas has built in functionality to upload encrypted or unencrypted backups to various cloud providers. It is using rclone on the back end but it also handles the connection to your cloud storage really nicely too.