{"id":13772007,"url":"https://github.com/hersle/rmirro","last_synced_at":"2026-01-31T13:24:02.877Z","repository":{"id":65546202,"uuid":"569352231","full_name":"hersle/rmirro","owner":"hersle","description":"A script that synchronizes PDFs of documents between a Remarkable and a computer folder that mirrors its file structure without cloud access","archived":false,"fork":false,"pushed_at":"2025-01-12T19:45:17.000Z","size":490,"stargazers_count":109,"open_issues_count":7,"forks_count":12,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-11T04:32:03.795Z","etag":null,"topics":["remarkable-tablet"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hersle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-22T16:23:33.000Z","updated_at":"2025-04-30T20:58:50.000Z","dependencies_parsed_at":"2024-01-12T17:30:29.529Z","dependency_job_id":"2ecc11f1-7348-41ef-b3a3-141330ca211c","html_url":"https://github.com/hersle/rmirro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hersle/rmirro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hersle%2Frmirro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hersle%2Frmirro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hersle%2Frmirro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hersle%2Frmirro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hersle","download_url":"https://codeload.github.com/hersle/rmirro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hersle%2Frmirro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["remarkable-tablet"],"created_at":"2024-08-03T17:00:58.713Z","updated_at":"2026-01-31T13:24:02.861Z","avatar_url":"https://github.com/hersle.png","language":"Python","funding_links":[],"categories":["Other"],"sub_categories":["Template Builders"],"readme":"# rmirro\n\n![Screenshot](screenshot.png)\n\n`rmirro.py` **synchronizes files between your reMarkable and computer in both directions without cloud access**.\nIt pulls PDFs of your reMarkable's documents to a folder on your computer,\nand pushes PDFs and EPUBs that you add to this folder back to your reMarkable.\nEffectively, this tool **integrates your reMarkable with your computer's file system**,\nso you can build your own workflow on top.\n\n## Requirements\n\n* [Passwordless SSH access](https://remarkablewiki.com/tech/ssh#passwordless_login_with_ssh_keys) to your reMarkable with `ssh remarkable`.\n* Access to the reMarkable's official PDF renderer through its [USB web interface](https://remarkablewiki.com/tech/webinterface)\n  **or** any third-party PDF renderer of raw reMarkable files on your computer,\n  like [maxio](https://github.com/hersle/maxio/tree/overlay), [rmrl](https://github.com/rschroll/rmrl) or [rmc](https://github.com/ricklupton/rmc).\n* [rsync](https://rsync.samba.org/) (comes with most Linux distributions, by default).\n\n## Usage and operation\n\nJust run `rmirro.py`. Read `rmirro.py --help` to see how you can change its default behavior.\n\nIt synchronizes files between the reMarkable (RM) and the computer (PC) folder `./remarkable/`.\nThe first run it processes *all* files on the reMarkable and may take a long time,\nbut following runs skip unchanged files and are quicker.\nWhat is done to each file depends on where it is present and when it was last modified:\n\n| If a file is ...                                 | then `rmirro.py` will ...                                    |\n|:-------------------------------------------------|:-------------------------------------------------------------|\n| added/modified on RM (more recently than on PC), | **pull** it to PC (overwriting any existing file).           |\n| added/modified on PC (more recently than on RM), | **push** it to RM (overwriting any existing file).           |\n| deleted on RM,                                   | **drop** (delete) it on PC, too.                             |\n| deleted on PC,                                   | **pull** it to PC again (*not* delete it on RM, for safety). |\n\nThe program asks for confirmation before carrying out its intended file actions.\nBeware that this is a hobby project with the potential to overwrite and delete files on your reMarkable and computer,\nand that it may have bugs!\nTo mitigate this, `rmirro.py` begins by making a [raw backup](https://remarkablewiki.com/tech/file_transfer#making_local_backups) of your reMarkable in `./remarkable_backup/`.\n\n### Auto-synchronize when the reMarkable is connected by USB cable\n\nRun `rm_sync_on_connect_setup.sh` with root access to install an [udev](https://en.wikipedia.org/wiki/Udev) rule\nthat automatically runs `rmirro.py` when your reMarkable is connected to the computer with a USB cable.\n\n---\n\n`rmirro` is what you get by shifting the characters in `mirror` cyclically one step to the right.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhersle%2Frmirro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhersle%2Frmirro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhersle%2Frmirro/lists"}