-#date_file_list.reverse() # newest mod date now first
+print file_list
for src_file in file_list:
if os.path.isfile(src_file['path']):
for copy_file in file_list:
if os.path.isfile(copy_file['path']) and copy_file['date'] == src_file['date'] and copy_file['size'] == src_file['size'] and not copy_file['path'] == src_file['path']:
for src_file in file_list:
if os.path.isfile(src_file['path']):
for copy_file in file_list:
if os.path.isfile(copy_file['path']) and copy_file['date'] == src_file['date'] and copy_file['size'] == src_file['size'] and not copy_file['path'] == src_file['path']: