Frequently Asked Questions: Difference between revisions

Jump to navigation Jump to search
m
-a includes -p (in other words -p --no-p is redundant)
(Safety and correctness. chown affects the target of a symbolic link by default. -h disables the behavior. without -h, we might be updating permissions for a file on another device. I had a few MBs of symlinks to correct.)
m (-a includes -p (in other words -p --no-p is redundant))
Line 24: Line 24:


<!--T:43-->
<!--T:43-->
{{Command|rsync -axvpH --no-g --no-p  $HOME/scratch/some_directory $HOME/projects/<project>/some_other_directory}}
{{Command|rsync -axvH --no-g --no-p  $HOME/scratch/some_directory $HOME/projects/<project>/some_other_directory}}


<!--T:45-->
<!--T:45-->
cc_staff
173

edits

Navigation menu