Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattsta/signal-backup
Archive your Signal conversations to immutable storage (project abandoned, but feel free to use as reference if it helps)
https://github.com/mattsta/signal-backup
Last synced: 3 months ago
JSON representation
Archive your Signal conversations to immutable storage (project abandoned, but feel free to use as reference if it helps)
- Host: GitHub
- URL: https://github.com/mattsta/signal-backup
- Owner: mattsta
- Created: 2018-12-26T16:34:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T14:54:19.000Z (about 2 years ago)
- Last Synced: 2024-07-14T12:37:38.015Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 71
- Watchers: 6
- Forks: 56
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - mattsta/signal-backup - Archive your Signal conversations to immutable storage (project abandoned, but feel free to use as reference if it helps) (others)
README
# Signal Conversation Archive Backup
## SCAB
Welcome to [Signal Conversation Archive Backup (SCAB)](https://github.com/mattsta/signal-backup)!
Full writeup is at: https://matt.sh/signal-backup
## Usage
To backup your Signal Desktop database, run the following commands to:
- check out SCAB
- install Python requirements
- copy your Signal Desktop database (and attachments) into a new directory so nothing is read against your live Signal DB
- generate a single local HTML page web viewer for all your conversations```erlang
git clone https://github.com/mattsta/signal-backup
pip3 install -r requirements.txt
cd signal-backup
rsync -avz "/Users/$(whoami)/Library/Application Support/Signal" Signal-Archive
cd Signal-Archive
python3 ../scab.py
open myConversations.html
```