You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've moved some videos to a subfolder, and bsync wants to duplicate these videos.
Is it normal that bsync proposes to copy files with same name and size in both directions (in different folders)?
In these case, an optional additionnal test would be to checksum these files and if they are identical, do a file move.
The text was updated successfully, but these errors were encountered:
Thanks for your response
The move were made on a remote samba filesystem.
This means that bsync should better be used on unix file systems.
couldn't the same filename/filesize be a hint, then ask the user for the final decision between move and copy?
Hello,
I would be interested to see the output of ls -i on your file.
Then move the file.
then ls -i again on the moved file.
Yes we may use filename/filesize as a hint, before running a checksum. This is how rsync works. But it's not an easy problem to solve. I should think about it.
Hi
I've moved some videos to a subfolder, and bsync wants to duplicate these videos.
Is it normal that bsync proposes to copy files with same name and size in both directions (in different folders)?
In these case, an optional additionnal test would be to checksum these files and if they are identical, do a file move.
The text was updated successfully, but these errors were encountered: