[Bug 254354] rsync --crtimes, -N: preserve creation/birth time is not supported

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 16 21:15:12 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254354

            Bug ID: 254354
           Summary: rsync --crtimes, -N: preserve creation/birth time is
                    not supported
           Product: Base System
           Version: 12.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: Fabiane49b.r at protonmail.com

Here you can see that FreeBSD generally supports crtime/btime see the stat
command.


stat -f "Access (atime): %Sa%nModify (mtime): %Sm%nChange (ctime): %Sc%nBirth 
(crtime/btime): %SB" /video.mkv

Access (atime): Nov 22 16:07:46 2018 
Modify (mtime): Nov 22 16:07:46 2018
Change (ctime): Nov 22 16:07:46 2018
Birth  (crtime/btime): Nov 01 01:19:02 2016



If the user uses rsync (3.2.3) to preserve the crtimes with --crtimes or -N 
for directories and files, it does not work. It says in the terminal that it is
not supported.

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


More information about the freebsd-bugs mailing list