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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"