• 0 Posts
  • 3 Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle
  • I do something like that with rsync. The syntax is a bit tricky to figure out at first, but the idea is that you take a known-good copy of your data and run rsync to copy it to the removable drive. After the first sync, you can run the command to check for any changes and push the changes from your main data to the copy on the drive.

    You’ll want to research the command and the options, but you can theoretically run something like: rsync -avP --delete /mnt/Data_Drive/Data/ /run/media/user/Backup/Data/ where a is archive mode which helps to do things like preserve file attributes, v is verbose so you can see more details when you run the command, and P gives a progress line and keeps any partial files on the receiving end if the transfer is interrupted for some reason. --delete removes any files on the receiving end that have been deleted from your main data folder since the last time you’ve run rsync. The mnt folder path can be replaced with wherever your main data backup lives and the /run folder is a hypothetical destination folder on a removable drive.

    An additional trick is to run the command with -n at the end of it before you run it without -n at the end. -n performs a ‘dry run’ where it will output what the changes are going to be when you actually run the sync operation. This can help you spot issues like mistyping the file path in your command. If you’re only syncing one or two changes and the dry run indicates that it is going to basically re-transfer your entire data folder, then you probably got something wrong.

    Another fun thing about rsync is that if you’ve got ssh server set up on your home computers, you can run rsync to sync files from one computer to another one on your network.



  • I have one of these and I enjoy using it. If you have a lot of drm-free ebooks and you want a tiny device with good physical buttons, then it might be worth getting one of these.

    It only supports drm-free books that you load on to the sd card, so you’re hosed if you buy all of your books through the kindle store. No libby app or other workarounds. Edit: I just got access to the article. Apparently the newest version of Crosspoint has Libby support. On the plus side there’s a nice 3rd party firmware scene. I use Crosspoint, which makes the interface more straightforward. It is also easy to sideload new lockscreen images and my preferred fonts for ebook reading.

    I only use it for basic epub ebooks.The processor/screen combo makes comics and pdfs a bad experience. Due to this Crosspoint doesn’t officially support pdfs or comic book files.

    From a hardware perspective, I REALLY like it. It takes up minimal pocket space and I can fit it into the bonus pocket on my jeans. The physical buttons on the front and side are very nice and responsive. Screen is small but more than adequate. Battery life is fine.