wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

Sync files created/updated before install #41

Closed 3dloco closed 13 years ago

3dloco commented 13 years ago

Hello Wim,

I've setup fileconveyor and it is currently synching files to the S3. However, it only synchronizing files that have changed or have been updated after installing fileconveyor.

How do I sync files that created/updated before installing fileconveyor.

Thanks in advance for your help,

KH

wimleers commented 13 years ago

Delete your synced_files.db. It should then sync all files.