似乎rsync通常使用标志-a
调用,该标志等于-rlptgoD(没有-H,-A,-X)
-g,--group preserve group
--devices preserve device files (super-user only)
--specials preserve special files
-D same as --devices --specials
令我困惑的是为什么-a包括-g和-D. -g似乎做了所有事情-D确实如此,为什么你要包括-D?
你错了. -g等于–group,它不
包括–devices或–specials.缩进不是为了对
功能进行分组,更多地将其读作一个包含3列短交换,长开关和描述的表,其中–devices和–specials没有简短形式.