Skip to content

Script to incrementally encrypt and zip paperless-ngx backups and upload them to Backblaze

Notifications You must be signed in to change notification settings

mvanschellebeeck/paperless-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

paperless-backup

systemd Unit file

[Unit]
Description=Backup paperless data daily

[Service]
ExecStart=/root/paperless/backup-paperless.sh

systemd Timer file

[Unit]
Description=paperless-backup service timer

[Timer]
OnCalendar=*-*-* 03:00:00
Unit=paperless-backup.service

[Install]
WantedBy=multi-user.target

About

Script to incrementally encrypt and zip paperless-ngx backups and upload them to Backblaze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages