Remote backup Solution: Kopia + Tailscale #9868
radh21301
started this conversation in
Community Guides
Replies: 1 comment 3 replies
-
Awesome work, thanks! Now to suss out exactly how to accomplish this on my build... along with some automation to start/stop Immich services as it happens. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Remote Backup: Tailscale + Kopia
This is the simplest approach I could find.
To make a remote backup, you need two components:
Setting up Tailscale
Create a folder on the remote computer where you want to store the ‘kopia repository.’
/mnt/user/backups/kopia_repo
Share the folder with Taildrive: Instructions here.
Setting up Kopia
In the WebDAV server URL enter:
http://100.100.100.100:8080/<user@email.com>/<machine-name>/<share-name>
So, for this example:
http://100.100.100.100:8080/user@email.com/debian-remote/kopia_repo
/mnt/user/immich-assets
).An automated solution to trigger Kopia backups using cron: Instead of using the schedules from Kopia
Advantage: Enables you to stop immich containers before triggering a backup. This is a solid way to do that backup
Beta Was this translation helpful? Give feedback.
All reactions