I am using rsync on two mounted directory:
Quote:
rsync -tvrz /mnt/xiaomi/Photos/ /mnt/MILA_BACKUP/Photos/
|
the command works as expected. But suddenly I umounted the destination and mounted again.
Rsync start to copy again (!) some (!) files. (not everything just some files.) e.g.:
Quote:
2017/2017 0610 Kiscicak/IMAG0443.jpg
2017/2017 0610 Kiscicak/VIDEO0014.mp4
2017/2017 0617 Noe jazz/
2017/2017 0617 Noe jazz/IMAG0355.jpg
|
in summary:
BEFORE umount every files were copied
AFTER the umount/mount only some of them dropped into the copy file list. (Not total directories, just some files. Even if there are 100 files in the directory he wants copy only 10 again.)
Could somebody help me what is this and how to fix?