Export
How can I backup my data in a local drive outside Ente?
Yes! You can use our CLI tool or our desktop app to set up exports of your data to your local drive. This way, you can use Ente in your day to day use, but will have an additional guarantee that a copy of your original photos and videos are always available in normal directories and files.
You can use Ente's CLI to export your data in a cron job to a location of your choice. The exports are incremental, and will also gracefully handle interruptions.
Similarly, you can use Ente's desktop app to export your data to a folder of your choice. The desktop app also supports "continuous" exports, where it will automatically export new items in the background without you needing to run any other cron jobs. See migration/export for more details.
Does the exported data preserve folder structure?
Yes. When you export your data for local backup, it will maintain the exact album structure how you have set up within Ente.
Does the exported data preserve metadata?
Yes, the metadata is written out to a separate JSON file during export. Note that the original is not modified. For more details, see the description of the exported metadata.
Can I do a 2-way sync?
A two way sync is not currently supported. Attempting to export data to the same folder that is also being watched by the Ente app will result in undefined behaviour (e.g. duplicate files, export stalling etc).