Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smichaelsen/backup-paperless
https://github.com/smichaelsen/backup-paperless
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smichaelsen/backup-paperless
- Owner: smichaelsen
- Created: 2023-12-07T11:46:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T17:07:09.000Z (11 months ago)
- Last Synced: 2024-04-24T03:14:55.129Z (8 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backup your paperless installation
The script will perform an export, zip and encrypt it and store 7 daily, 12 monthly and unlimited yearly backups on a specified remote server.
## Setup
* Copy the `.env.dist` to `.env`.
* Set a password (you will need it to decrypt the backups later).
* Set remote server credentials
* Make sure your machine has SSH access to the remote machine.
* Adjust `EXPORT_MOUNT` to where the export folder of your paperless is mounted.## Perform backup
`./backup_paperless.sh`
![Screenshot 2023-12-11 at 16 39 31](https://github.com/smichaelsen/backup-paperless/assets/912435/f35ea425-646c-4fbc-bee8-ad024df2d8f6)