remarkable-utils
linux-timemachine
remarkable-utils | linux-timemachine | |
---|---|---|
2 | 11 | |
37 | 810 | |
- | 1.4% | |
0.0 | 0.0 | |
over 2 years ago | over 1 year ago | |
Shell | Shell | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
remarkable-utils
-
Any substitute for RCU?
I never used RCU but if you just need the raw data, you may use rsync to back up the data regularly; or, I use CLI tool rmapi to download zip files with human-friendly file names from remarkable cloud. Then you may process the raw data with RCU?
-
Is this workflow possible without the subscription?
I use rsync, but not with a cron. Check out https://github.com/lucasrla/remarkable-utils for an easy implementation of rsync. If you want to mark up pdf files and then get your annotations, check out https://github.com/lucasrla/remarks
linux-timemachine
-
Ask HN: What compression doesn't re-include the same file multiple times?
> I am concerned about the longevity of my archives
If you're concerned about archival longevity, and I for one certainly are, then maybe consider not to compress at all. Both compression and encryption add to obscurity and loss of redundancy in the backup. Using a widely understood file system and a very obvious arrangement of the data (for me that means: directories with dates, below a tree of files that mimics their original locations) will be a huge plus should the data have to be recovered at some point in the future.
Personally I am using a slightly adapted version of https://github.com/cytopia/linux-timemachine for this task. You do get de-duplication for the file transfer, but each file is written as it was on the target. You'll get a timestamped directory for each time a backup was run. Like MacOS' timemachine, the script uses hard links to de-duplicate identical files across different timestamped directories so the overall space requirement for that incremental backup you did an hour or a day later can be very small.
I can certify that this setup, while it does not occupy the least conceivable amount of storage area, is very amenable to be searched and trivial to use for recovery. much better in this regard than any kind of compressed archive format which are always a pain in terms of searchability and so on.
- What's the simplest way to take a snapshot of your server
-
Good data backups?
And for file version history and to protect against accidental deletion i use linux-timemachine which backs up over SSH to the same server and keeps versioned incremental backups. This backup also includes my entire /home folder so all apps, appdata and config is contained here.
-
What is your favourite Linux backup software and why?
Linux-TimeMachine: https://github.com/cytopia/linux-timemachine
-
Best practices for backups
If you only want to backup specific folders i like the tool linux-timemachine which uses rsync and hardlinks to create incremental backups based on a input and output folder.
-
Tumbleweed without btrfs/snapper?
You know, another option might be to just rely on something external to your machine if you're worried enough. When I'm dealing with personal machines (usually servers) that are important to me, I usually use Backblaze B2. You could maybe even try using open source variants of Time Machine designed for Linux machines or Borg Backup...though, to be fair, I've never really tried using them for backing up my entire system ( "/" ) partition (https://github.com/cytopia/linux-timemachine).
- cytopia/linux-timemachine - Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups
- rsync based linux timemachine clone - now with full remote support
-
Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups
linux-timemachine
What are some alternatives?
openssh-config - Latest security settings in OpenSSH configuration files
rsync-time-backup - Time Machine style backup with rsync.
rm2pdf - Convert reMarkable tablet notebooks and annotated PDFs to layered PDF documents
BorgBackup - Deduplicating archiver with compression and authenticated encryption.
remarks - Extract annotations (highlights and scribbles) from PDF, EPUB, and notebooks marked with reMarkable tablets. Export to Markdown, PDF, PNG, SVG
restic-backup-docker - A docker container to automate backups with restic