NicholasDawson / ArchiverForGooglePhotos

A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
GNU General Public License v3.0
190 stars 30 forks source link

Move download folder #47

Open szakeetm opened 1 month ago

szakeetm commented 1 month ago

I used the archiver specifying a concrete destination:

python gparch_cli.py -c credentials.json M:\Photos_library

For some reasons, I needed to copy the directory to a new drive, N. When running the command with the new destination:

python gparch_cli.py -c credentials.json N:\Photos_library

I get errors:

[ERROR] media item could not be downloaded because: [Errno 2] No such file or directory: 'M:\\gpalbums/Favorites/IMG_6057.HEIC'

and so on. Meaning the database still hard-codes the destination folder to M: instead of the command-line argument.

Is there a way to move the destination folder without re-downloading the whole library again?