You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
I have setup a RaspberryPi with the script running on it. Now I would like to change the download_directories to my USB-Attached SSD.
I changed download_directories from
download_directories = ".sites"
To something like
download_directories = "/media/usr/externalSSD"
On the first try I left the metadata_directories on ".sites"
The program did download and store the metadata in ".sites".
While downloading it showed me the correct Path (/media/usr/externalSSD), however the content never appeared there.
I wonder how I can manage to get the content directly on my SSD.
Thx for your help!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
I have setup a RaspberryPi with the script running on it. Now I would like to change the download_directories to my USB-Attached SSD.
I changed download_directories from
To something like
On the first try I left the metadata_directories on ".sites"
The program did download and store the metadata in ".sites".
While downloading it showed me the correct Path (/media/usr/externalSSD), however the content never appeared there.
I wonder how I can manage to get the content directly on my SSD.
Thx for your help!
Beta Was this translation helpful? Give feedback.
All reactions