Remote backup Solution: Kopia + Tailscale #9868
Replies: 2 comments 4 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.
-
Thanks for the inspiration! One quote from the official Immich BorgBackup Skript. I think this would be also beneficial here. Kopia can than compress it later :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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/<[email protected]>/<machine-name>/<share-name>
So, for this example:
http://100.100.100.100:8080/[email protected]/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