我可以在多台计算机(即台式机和笔记本电脑)上使用我的 RSA 私钥吗?或者我是否必须为我拥有的每台计算机创建一个唯一的密钥,并将它们各自的公钥添加到必要的服务器/程序中。
似乎rsync
通常使用-a
等于的标志来调用-rlptgoD (no -H,-A,-X)
-g, --group preserve group
--devices preserve device files (super-user only)
--specials preserve special files
-D same as --devices --specials
Run Code Online (Sandbox Code Playgroud)
我感到困惑的是为什么-a
包含-g
和-D
。-g
似乎什么都-D
做,那你为什么要包括-D
?