Set up in Immich
Switch your Immich server to the beta build, turn on backups and choose what gets backed up
Immich has FUTO Backups built in. It backs up your photos and videos, your database and, if you want them, your thumbnails and encoded videos, straight to storage FUTO runs. You need to be an administrator of the Immich server.
Before you begin, make sure you have joined the beta and can sign in at backups.futo.cloud.
1. Switch to the beta build
Set the Immich version to the backups feature branch in your Immich deployment's environment file:
# .env
IMMICH_VERSION=pr-27817Then pull and restart:
docker compose pull
docker compose up -dRun both commands again whenever you want to pick up newer changes to the branch.
2. Turn on backups
The feature is off by default and there is no switch for it in the admin settings. Open this address on your Immich server, signed in as an administrator, replacing the host with your own:
https://immich.example.com/link?target=backupsThat turns the feature on and takes you to the backups page. From then on the page lives at /admin/backups, and you can also reach it from the button in the admin sidebar.
3. Run through setup
The first time you open the page you get an introduction to FUTO Backups with a Get Started button. After that the setup runs in a few short steps:
- Telemetry. The closed beta requires diagnostic data, so this step has no decline option and cannot be turned off later. Your photos, files and recovery key are never collected.
- Connect FUTO account. This links the Immich server to the account you signed up with.
- Save your recovery key. Your backups are encrypted with this key and FUTO cannot recover it for you. Read your recovery key before you click past this screen.
- Start your first backup.
4. Choose what gets backed up
Open Backup Contents on the backups page to pick what each backup includes.
Leaving thumbnails or encoded videos out makes backups smaller and faster. After a restore you will see broken previews until you regenerate them from the admin panel.
There is also a Backup configuration switch, which includes these backup settings themselves so they survive a restore.
5. Set a schedule
Open Schedule and turn on Run backups automatically. You choose a frequency of daily, weekly or monthly and a start time on the hour. The default is daily at 03:00.
6. Choose how long backups are kept
Open Storage to set Delete old backups. The default keeps 60 days. You can choose 15, 30, 60 or 90 days, keep only the latest two backups, or keep everything forever.
Old backups are removed automatically after each run. If you turned on write-once protection for the backup, nothing can be deleted and this setting is fixed to never.
Next
- Your recovery key, which is the one thing you must not lose.
- Restoring files, including rolling your whole Immich instance back to a snapshot.