FFS Folder in Recycle Bin

Discuss new features and functions
Posts: 2
Joined: 2 Mar 2011

asafdari

Hi,

This is my first post to this forum,

I have few FFS batch jobs running with custom parameters;

Files/folders that exist on left side only - Copy from left to right
Files/folders that exist on right side only - Do Nothing
Files that exist on both sides, left one is newer - Copy from left to right
overwriting
Files that exist on both sides, right one is newer - Do nothing
Conflicts/files that cannot be categorized - Copy from left to right
overwriting

Error handling : ignore errors
Deletion handling : use recycle bin

The above batch script is running 6 day a week and similarly there is a mirror
script running for the same job on the 7th day of the week,

every day when the synchronization task finishes I have some folders in
recycle bin with name "FFS YYYY-MM-DD 000000" and I don’t know which files are
those and if I try to cut and paste the files from recycle bin it does not
work!

But when I compare my data I do not find anything missing everything seems to
be Ok! And the log files says synchronization completed successfully

Please let me know if I am missing any parameters in the scrip which is
causing these FFS folders in the recycle bin or my data is not getting synced
properly?

Thanks,
Ali
User avatar
Site Admin
Posts: 7065
Joined: 9 Dec 2007

Zenju

The "FFS YYYY-MM-DD 000000" contain all files that are to be deleted to
recycle bin during a sync session. So this is all fine.
Posts: 2
Joined: 2 Mar 2011

asafdari

Thanks, for your feedback