sudo urbackupclientctl remove-backupdir -d /media/luc/Sea
jeudi 22 octobre 2020
urbackup failures
mardi 20 octobre 2020
SAMBA talking Linux to Linux
Conclusion: reverted back to autofs and NFS in order to move files from WS1 to the laptop. Too much of a headache otherwise.
Linux Mint "personal" PATH. Also, chords!
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
So these are the preferred locations under Mint? Just moved my ~/System/bin folder under ~/.local/bin and that worked fine.
Also, chordii is available from the repo so no problem to reinstall it.
mardi 13 octobre 2020
Darktable 3.0.1 : move to external HDD and backup thereof
lundi 12 octobre 2020
Darktable metadata import problem
Looks like it has to be done a certain way in order to work as I want:
- The "apply metadata on import" has to be unchecked (otherwise metadata gets set from the values in the various fields underneath)
- The checkmark "to be imported" has to be checked in order for Darktable to read these fields from the imported file (and/or .XMP sidecar, if present)
dimanche 11 octobre 2020
Darktable 3.2.1
On the Medion I installed 3.2.1 (WS1 still has 3.0.1). Works fine.
- I don't have my full set of hierarchical tags yet. I guess that will be created as I import more photos with existing tags in them.
- Took me a while to find how to configure Rapid Photo Downloader output directory structure. I had missed the cog next to the directory name, where this can be defined
- Same for the metadata export. Looks like it's now optional in Darktable 3.2.1 and needs to be activated. Turns out there's also a cog wheel next to "Export" button, where this is defined.
- Pay attention to import dialog : the metadata can be assigned there, field by field (looks like it could overwrite stuff).
- A first attempt at importing 3.0.1 RAW files (with XMP) resulted in photos without metadata. Reverted that.
samedi 10 octobre 2020
Linux Mint
Linux Mint installed fine on the E15302. Not sure any GPU is being used at full potential but for the rest everything seems to work fine again.
Note to self: when "burning" an image to an USB stick, don't let it go into a partition : use the device name as output for cp or dd. The UEFI stuff didn't accept any partitioning on the USB stick and refused to boot from it.
I received the USB/Ethernet hub : works fine. Also received the 4TB external drive, works fine (on WS1 for now). I have to test Darktable on the Medion then devise a migration strategy (!).
