John Lancaster c91acb7864 more notes
2024-02-04 11:07:28 -06:00
2024-02-04 11:05:45 -06:00
2024-02-04 11:07:28 -06:00

File Backups

Targets

  • Joplin data
  • InfluxDB data

Implementation

  • 1 restic repo per service getting backed up
  • NFS share from NAS is mounted at /mnt/backups into the LXC
  • Needed to create the repo with the restic/restic image before running the autorestic service
    • Create at /mnt/backups/<repo> with create_restic_repo.sh

Tools

restic / restic

cupcakearmy / autorestic

Documentation

rclone / rclone

Documentation

offen / docker-volume-backup

Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage.

Documentation

Description
Using auto-restic
Readme 33 KiB
Languages
Shell 100%