Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesnt Rsync preserve most of the attributes of the file/folder at the destination?

0
Posted

Why doesnt Rsync preserve most of the attributes of the file/folder at the destination?

0

Because rsync works on top of the Cygwin Unix emulation layer, it doesn’t know anything about Windows file attributes (e.g. readonly, hidden, system, etc) or about NTFS security attributes (i.e. access control lists) so it is not able to transfer any of these to the backup destination. NTFS alternate data streams are not supported, and as Unix doesn’t have a concept of file creation time, this is also not preserved. The only attribute that is preserved is the last modified time of the file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.