preserve all (including xattrs) with cp
This commit is contained in:
parent
16fcbdd23a
commit
dd28a51c27
|
@ -69,7 +69,7 @@ fi
|
|||
# Follow mode does not work with highlight.
|
||||
alias lessf='LESSOPEN="" less +F'
|
||||
|
||||
alias cp='cp --reflink=auto' # CoW copies if possible.
|
||||
alias cp='cp --reflink=auto --preserve=all'
|
||||
|
||||
alias ip='ip -color -brief'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user