Changes between Initial Version and Version 1 of Ticket #62538


Ignore:
Timestamp:
Mar 24, 2021, 6:23:35 AM (4 years ago)
Author:
DanielSmedegaardBuus (Daniel Smedegaard Buus)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62538 – Description

    initial v1  
    33The `mv` version included with coreutils in MacPorts (also Homebrew, just for reference) discards extended attributes when moving a file from one volume to another (not intra-volume). This doesn't happen with the OS X bundled `mv`, or with coreutils on Ubuntu that I tested on, too.
    44
    5 ```
     5
     6{{{
    67daniel@titanic > xattr -w test fisso LICENSE
    78daniel@titanic > xattr -p test LICENSE
     
    1516daniel@titanic > xattr -p test LICENSE
    1617xattr: LICENSE: No such xattr: test
    17 ```
     18}}}