remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

cron.py #2

Closed remram44 closed 12 years ago

remram44 commented 12 years ago

Implement the cron script, to incrementally scan and index FTP servers on the configured IP ranges.

madjar commented 12 years ago

With b6bf92a3b5, there is now a command to update all the ftps.

What else is needed to close this issue ?

remram44 commented 12 years ago

This command is not incremental at all...

madjar commented 12 years ago

Oh. By incremental, do you mean "index only what have changed" (which I'm not sure is possible), or "index and scan some now, other later" ?

remram44 commented 12 years ago

The later. My goal is to have a single cron script that scans a limited range and indexes a limited number of servers (choosing the ones that were indexed last), while checking that the known servers are still online.

madjar commented 12 years ago

So, how did it end ? Did I convince you that checking the full range and indexing all the servers was equivalent to an incremental approach, and much easier (who said lazier ?) to implement ? Or did I try in vain ?