I get this error, but these files dont exist in source or dest.
maybe they were here in the past
very strange
YES IT DOESNT EXIST!! ENOENT: No such file or directory [lstat]
- Posts: 7
- Joined: 23 Sep 2018
- Posts: 1038
- Joined: 8 May 2006
At what point in time do you get this message?
What types of filename are giving you this message?
Might it not be a "file", but a directory path or even a device that is not available?
What types of filename are giving you this message?
Might it not be a "file", but a directory path or even a device that is not available?
- Posts: 7
- Joined: 23 Sep 2018
(thanks for answering, I didn't get the notification)
when I launch a batch operation to copy all the pdf from a mac desktop to an external drive.
Cannot read file attributes of "/Volumes/Expansion/Magazine/Saramago, José".
this maybe a directory [lstat]
Cannot read file attributes of "/Volumes/Expansion/Magazine/teoria della relatività - Alberto Strumia.pdf".
and this a file
they don't exist, but why are they searched for???
this is the source:
<?xml version="1.0" encoding="utf-8"?>
<FreeFileSync XmlType="BATCH" XmlFormat="17">
<Compare>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Compare>
<Synchronize>
<Variant>Update</Variant>
<DetectMovedFiles>false</DetectMovedFiles>
<DeletionPolicy>RecycleBin</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</Synchronize>
<Filter>
<Include>
<Item>*.pdf</Item>
</Include>
<Exclude>
<Item>*/._**/.DocumentRevisions-V100/</Item>
<Item>*/.DS_Store</Item>
<Item>*/.fseventsd/</Item>
<Item>*/.Spotlight-V100/</Item>
<Item>*/.TemporaryItems/</Item>
<Item>*/.Trashes/</Item>
<Item>]*.*</Item>
</Exclude>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
<TimeSpan Type="None">0</TimeSpan>
</Filter>
<FolderPairs>
<Pair>
<Left>/Users/gianni/Desktop</Left>
<Right>/Volumes/Expansion/Magazine</Right>
</Pair>
</FolderPairs>
<Errors Ignore="false" Retry="0" Delay="5"/>
<PostSyncCommand Condition="Completion"/>
<LogFolder/>
<EmailNotification Condition="Always"/>
<Batch>
<ProgressDialog Minimized="false" AutoClose="false"/>
<ErrorDialog>Show</ErrorDialog>
<PostSyncAction>None</PostSyncAction>
</Batch>
</FreeFileSync>
when I launch a batch operation to copy all the pdf from a mac desktop to an external drive.
Cannot read file attributes of "/Volumes/Expansion/Magazine/Saramago, José".
this maybe a directory [lstat]
Cannot read file attributes of "/Volumes/Expansion/Magazine/teoria della relatività - Alberto Strumia.pdf".
and this a file
they don't exist, but why are they searched for???
this is the source:
<?xml version="1.0" encoding="utf-8"?>
<FreeFileSync XmlType="BATCH" XmlFormat="17">
<Compare>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Compare>
<Synchronize>
<Variant>Update</Variant>
<DetectMovedFiles>false</DetectMovedFiles>
<DeletionPolicy>RecycleBin</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</Synchronize>
<Filter>
<Include>
<Item>*.pdf</Item>
</Include>
<Exclude>
<Item>*/._**/.DocumentRevisions-V100/</Item>
<Item>*/.DS_Store</Item>
<Item>*/.fseventsd/</Item>
<Item>*/.Spotlight-V100/</Item>
<Item>*/.TemporaryItems/</Item>
<Item>*/.Trashes/</Item>
<Item>]*.*</Item>
</Exclude>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
<TimeSpan Type="None">0</TimeSpan>
</Filter>
<FolderPairs>
<Pair>
<Left>/Users/gianni/Desktop</Left>
<Right>/Volumes/Expansion/Magazine</Right>
</Pair>
</FolderPairs>
<Errors Ignore="false" Retry="0" Delay="5"/>
<PostSyncCommand Condition="Completion"/>
<LogFolder/>
<EmailNotification Condition="Always"/>
<Batch>
<ProgressDialog Minimized="false" AutoClose="false"/>
<ErrorDialog>Show</ErrorDialog>
<PostSyncAction>None</PostSyncAction>
</Batch>
</FreeFileSync>
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007