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

Renamed files and duplicate files issue #160

Open aidin3000 opened 10 years ago

aidin3000 commented 10 years ago

For some reason FC had created duplicates of my images and renamed them with filename_1, _2 etc..

I believe the fix for that is adding:

`

  </processorChain>`

Am I correct?

Also now I have duplicates files on my CDN. Any way FC can delete destination files that are not on source? Or to start over and delete all destination files?

I'm on RackSpace and Cyberduck is really bad at deleting files/folders.

Thanks for your help.

Updated: Added proper code format

aepod commented 10 years ago

I am also seeing this issue as well with the same setup. What was it that you added/changed to fix this?

Config File: http://pastebin.com/i7WW3SSu

aidin3000 commented 10 years ago

I never got it fixed. Looking for some help from this forum.

Edit: I also have the simple config file like yourself.