[Feature]: Backup to another Drive #444

Closed
opened 2026-02-04 20:29:44 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @ZsZolee on GitHub (Nov 24, 2022).

Feature detail

I would love to see a simple backup solution to make daily/weekly a backup to another drive/folder from every uploaded picture/video. Is it possible? I'm trying now to resolve manually with rsync scheduling, but it's not easy (I'm a noob to linux).

Platform

Server

Originally created by @ZsZolee on GitHub (Nov 24, 2022). ### Feature detail I would love to see a simple backup solution to make daily/weekly a backup to another drive/folder from every uploaded picture/video. Is it possible? I'm trying now to resolve manually with rsync scheduling, but it's not easy (I'm a noob to linux). ### Platform Server
Author
Owner

@bo0tzz commented on GitHub (Nov 24, 2022):

It's generally not recommended to use a tool like rsync for backups, since it would also synchronize deletions. I don't have a specific recommendation, but I suggest you take a look at this list of backup tools and pick one of them. Everybody's backup setup is different, so I don't think this is something to add into Immich itself.

@bo0tzz commented on GitHub (Nov 24, 2022): It's generally not recommended to use a tool like rsync for backups, since it would also synchronize deletions. I don't have a specific recommendation, but I suggest you take a look at [this list of backup tools](https://github.com/awesome-foss/awesome-sysadmin#backups) and pick one of them. Everybody's backup setup is different, so I don't think this is something to add into Immich itself.
Author
Owner

@jpmiller25 commented on GitHub (Nov 24, 2022):

@ZsZolee I recommend
Duplicati.
It runs in docker, very easy to use, can back up to local file system or many different cloud providers, it can do incremental and smart backup retention (eg daily from last week, weekly for last month, monthly prior to that).

I use it to back up all my config to AWS. I'm not currently using it for photos but I should lol. If you set it up I'm curious to know if you run into any challenges etc.

@jpmiller25 commented on GitHub (Nov 24, 2022): @ZsZolee I recommend [Duplicati](https://hub.docker.com/r/linuxserver/duplicati). It runs in docker, very easy to use, can back up to local file system or many different cloud providers, it can do incremental and smart backup retention (eg daily from last week, weekly for last month, monthly prior to that). I use it to back up all my config to AWS. I'm not currently using it for photos but I should lol. If you set it up I'm curious to know if you run into any challenges etc.
Author
Owner

@ZsZolee commented on GitHub (Nov 27, 2022):

@ZsZolee I recommend Duplicati. It runs in docker, very easy to use, can back up to local file system or many different cloud providers, it can do incremental and smart backup retention (eg daily from last week, weekly for last month, monthly prior to that).

I use it to back up all my config to AWS. I'm not currently using it for photos but I should lol. If you set it up I'm curious to know if you run into any challenges etc.

I'm using FreeFileSync and installed it based on this manual: https://github.com/pmkees/build-FreeFileSync-on-raspberry-pi

@ZsZolee commented on GitHub (Nov 27, 2022): > @ZsZolee I recommend [Duplicati](https://hub.docker.com/r/linuxserver/duplicati). It runs in docker, very easy to use, can back up to local file system or many different cloud providers, it can do incremental and smart backup retention (eg daily from last week, weekly for last month, monthly prior to that). > > I use it to back up all my config to AWS. I'm not currently using it for photos but I should lol. If you set it up I'm curious to know if you run into any challenges etc. I'm using FreeFileSync and installed it based on this manual: https://github.com/pmkees/build-FreeFileSync-on-raspberry-pi
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#444