[Bug 11650] New: temporal directory

samba-bugs at samba.org samba-bugs at samba.org
Fri Dec 25 11:10:55 UTC 2015


https://bugzilla.samba.org/show_bug.cgi?id=11650

            Bug ID: 11650
           Summary: temporal directory
           Product: rsync
           Version: 3.1.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: Dietrich.Daroch at gmail.com
        QA Contact: rsync-qa at samba.org

rsync's tmp-dir option fails to correctly parse the directory name if the
string ends in '/' causing the files to be downloaded, but never saved
anywhere.

rsync --tmp-dir=/tmp/.rsync/ (...)
> rsync: mkstemp "/tmp/.rsync//filename.randomStr" failed: No such file or directory

I used something like this from a cron job. The most awful part is that the
download occurs, so it may appear that the syncing is going ok, but it's not.


It may be argued that the directory name is just wrongly typed as the directory
is just another file (and thus, it's name should not contain the final '/'),
but it is not unusual to denote directories with the "extra" '/', so at least
the behavior should be to abort early and blame the user, but silently "fixing"
the directory name seems a way better option.


I'm not sure about the extent of this bug, maybe more flags fail to parse
'/'-ended directory names.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list