> In theory... if you have 2 identical machines (for example linux)
> shared network location for DT files
> shared network location for the DB, configuration files and cache
> same mounting point for the 2 machines
>
> you could use DT on one or the other (one at a time) and the changes
> should be on the 2 machines.

There are two points you should be careful of:
- no concurrent use of the database (DT doesn't lock its access to it)
- database format can change, so all machines should run exactly the
same versions of DT (or at least the same major versions)

On practice, probably the best idea is to treat one installation as
the master and use memory database on the others, or use no database
at all if it brings you no added benefit.

Regards,
Guillermo
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to