Displaying 1 result from an estimated 1 matches for "normalfile".
2002 Sep 05
1
The file name end with . (dot) will be renamed at destination fol der
Hi,
If the source file name ends with . (dot) the name of the destination file
will be cut the dot off.
For example:
There are "NormalFile" and "NormalFile." under /Apps/TestFolder . I try to
rsync this folder. The file "NormalFile." after being copied to destination
folder then renamed to "NormalFile", but "NormalFile" is already exist, so
the error message appear.
#rsync -urv --delete...