<div dir="ltr">Hi,<div><br></div><div>If you're willing to up the technical difficulty, you can try using `git-annex` with git for this. The biggest challenge in this is digiKam follows symlinks, so if you are using .xmp sidecar files, it will try to create these under the protected .git/annex directory and fail, as this is kept read-only by git-annex. I wrote a script[0] to hardlink JPEG files into a separate directory structure to account for this.</div><div><br></div><div>You'd need to get up to speed on git-annex, and craft a similar script, for this approach to work, though. But git-annex does make it easy to sync photos to other devices, and only copy a subset of photos. It works well for ensuring you have multiple copies of every photo, and supports keeping multiple versions of the files.</div><div><br></div><div>[0] <a href="https://github.com/jboxman/dam">https://github.com/jboxman/dam</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 12, 2023 at 10:09 PM Warren Baird <<a href="mailto:warren@warrenbaird.ca">warren@warrenbaird.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Maik,<br>
<br>
That's basically what I'm proposing in my question --- but I'm wondering <br>
if digikam can automate that in some way - currently when I import my <br>
images, I get the jpeg and raw files all in one directory - I was hoping <br>
that there was some way to automatically have the jpegs go into a <br>
directory under one album, and the raw files go into the same directory <br>
in another album, so for instance if I take a trip to Germany, the jpegs <br>
might end up in .../jpegs/travel/germany and the raw files in <br>
.../raw/travel/germany.<br>
<br>
If there is no better way, I'll just bring everything into one album, <br>
and run a script periodically that moves the raw files into the right <br>
directory - but that seems inelegant to me...<br>
<br>
Warren<br>
<br>
On 2023-06-12 12:49, Maik Qualmann wrote:<br>
> Ok, that's clear then, I assumed that her drive is significantly smaller.<br>
> Why not store the RAW files on an external USB removable media and only plug<br>
> them in when needed?<br>
><br>
> Maik<br>
><br>
> Am Montag, 12. Juni 2023, 13:45:59 CEST schrieb Warren Baird:<br>
>> Hi Maik,<br>
>><br>
>> Well, drives larger than 2TB  are moderately expensive, and if I do<br>
>> this, I estimate I'll free up enough disk on the laptop for another<br>
>> 100,000 jpegs - which is more photos than I'm likely to take in the<br>
>> lifetime of the laptop...<br>
>><br>
>> Warren<br>
>><br>
>> On 2023-06-12 01:55, Maik Qualmann wrote:<br>
>>> Regardless of the software solution, why not just buy a larger NVMe disk,<br>
>>> clone disk and expand partitions, done. At some point your current NVMe<br>
>>> disk will be too small anyway.<br>
>>><br>
>>> Maik<br>
>>><br>
>>> Am Montag, 12. Juni 2023, 00:00:06 CEST schrieb Warren Baird:<br>
>>>> Hi all,<br>
>>>><br>
>>>> slightly odd question:  I have a laptop that I use to work with my<br>
>>>> photos when I'm not at home.   I synchronize my digikam directory<br>
>>>> between my primary computer and my laptop with unison.<br>
>>>><br>
>>>> Unfortunately my digikam directory is getting so large that I am running<br>
>>>> out of space on my laptop, which only has a single NVMe slot, so I can't<br>
>>>> easily increase the amount of disk space there.<br>
>>>><br>
>>>> I normally shoot with my camera set to record both jpg and raw files,<br>
>>>> and the raw files are a *lot* bigger than the jpegs, however, 99% of the<br>
>>>> time I work with the jpg files, I only rarely have to do something with<br>
>>>> the raw files (i.e. if something ends up being really underexposed, etc.)<br>
>>>><br>
>>>> What I'd like to do to resolve this is have to parallel versions of my<br>
>>>> digikam directory, one with jpg, one with raw files, and then I can just<br>
>>>> sync the jpg directory to my laptop.<br>
>>>><br>
>>>> I can definitely write a python script that periodically trolls through<br>
>>>> my directory and moves any raw files it finds into the appropriate spot<br>
>>>> in the other directory, but it might be easier if there was some<br>
>>>> built-in way to do it in digikam.<br>
>>>><br>
>>>> Any ideas?   I'm ok using a script to split the directories now - but<br>
>>>> it'd be nice in the future if I could tell digikam to put jpgs in this<br>
>>>> structure, and raw files in this structure when I'm importing new files.<br>
>>>><br>
>>>> Thanks!!<br>
>>>><br>
>>>> Warren<br>
><br>
><br>
><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Jason Boxman<br></div><div><br></div><a href="mailto:jasonb@edseek.com" style="color:rgb(17,85,204)" target="_blank"></a></div></div>