hey, every time i start the website (overwrite the web.config)
the media recreate itself and add more copies of the media and the media folder keeps being loaded with copies of the same media files,
is there an option to stop media syncing for now ?
no you can't turn the media import off, because the IDs are needed to make the mapping work in content :(
however.
v0.6.2 - now does something to stop the directory creation :)
when importing a file it checks to see if it's the same as the one already imported. if it's different than the import happens - this will cut down on re-imports of the same files
when the file is different. uSync will delete the old folder at the end, so you still end up with a new folder (that's part of umbraco core import routines) buy uSync tidies up after itself.
media re-creates on startup
hey, every time i start the website (overwrite the web.config) the media recreate itself and add more copies of the media and the media folder keeps being loaded with copies of the same media files, is there an option to stop media syncing for now ?
no you can't turn the media import off, because the IDs are needed to make the mapping work in content :(
however.
v0.6.2 - now does something to stop the directory creation :)
when importing a file it checks to see if it's the same as the one already imported. if it's different than the import happens - this will cut down on re-imports of the same files
when the file is different. uSync will delete the old folder at the end, so you still end up with a new folder (that's part of umbraco core import routines) buy uSync tidies up after itself.
thank you again !
is working on a reply...