Giter Club home page Giter Club logo

Comments (2)

gilesknap avatar gilesknap commented on May 22, 2024

gphotos-sync keeps a DB of the files it has indexed and there are two factors that mean it will not re-download a file that has been removed from the photos folder (or renamed).

  1. It keeps a 'downloaded' flag for each file and won't attempt a re-download for individual files that are already flagged. This can be overridden with the option --retry-download.
  2. It also keeps a 'last scan' date once it has done a complete scan of all files in the library. It will filter all searches on google photos with this as the starting date for all subsequent scans. This can be overridden with the option --rescan

So if you want to re-organize your files then:-

  • keep your gphotos.sqlite file safe
  • don't use --rescan or --retry-download

CAVEAT: if you upgrade the version of gphotos-sync and that upgrade includes an upgrade to the DB schema it will currently flush the DB and rescan from scratch. I could pledge to provide upgrade scripts for the DB but this is quite a bit of extra work and testing - So I think it would be easiest to provide a way to set the 'last scan' date in the DB, or a way to export/import a list of 'already downloaded' files.

from gphotos-sync.

gilesknap avatar gilesknap commented on May 22, 2024

I'll keep this issue open as a reminder that we need some solution next time I need to upgrade the DB schema. If you are going to use gphotos-sync in this way then please back up your gphotos.sqlite files whenever you download a new version of the code.

from gphotos-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.