-s, --symbolic-link make symbolic links instead of copying 1. -S, --suffix=SUFFIX override the usual backup suffix 1. -t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY 1. -T, --no-target-directory treat DEST as a normal file 1. -u, --update copy only when ...
-s, --symbolic-link make symbolic links instead of copying -S, --suffix=SUFFIX override the usual backup suffix -t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY -T, --no-target-directory treat DEST as a normal file -u, --update copy only when the SOURCE file i...
--parents use full source file name under DIRECTORY 使用完整的源目录下的文件名 -R, -r, --recursive copy directories recursively 递归复制目录及内部所有内容 --reflink[=WHEN] control clone/CoW copies. See below 控制下文 -s, --symbolic-link make symbolic links instead of copying 对源文件创建软...
-s, --symbolic-link make symbolic links instead of copying -S, --suffix=SUFFIX override the usual backup suffix -t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY -T, --no-target-directory treat DEST as a normal file -u, --update copy only when the SOURCE file i...
-s,--symbolic-linkmake symbolic links instead of copying -S,--suffix=SUFFIX override the usual backup suffix 在备份文件时,用指定的后缀“SUFFIX”代替文件的默认后缀; -u,--updatecopyonlywhentheSOURCE file is newer than the destination file or when the destination file is missing ...
option)-H follow command-line symbolic linksinSOURCE-l, --link hard link files instead of copying-L, --dereference always follow symbolic linksinSOURCE-n, --no-clobber 不要覆盖已存在的文件(使前面的 -i 选项失效)-P, --no-dereference 不跟随源文件中的符号链接-p 等于--preserve=模式,所有权...
%nfilename %Nquotedfilenamewithdereferenceifsymboliclink %ooptimalI/Otransfersizehint %stotalsize,inbytes %tmajordevicetypeinhex,forcharacter/blockdevicespecialfiles %Tminordevicetypeinhex,forcharacter/blockdevicespecialfiles %uuserIDofowner %Uusernameofowner ...
rsync -av /path/to/source/file /path/to/destination/ 例如,要将 /home/user/file.txt 复制到 /backup/ 目录,可以运行: rsync -av /home/user/file.txt /backup/ 这个命令会将目录dir1递归地复制到dir2。 rsync -av dir1/ dir2 #这个命令,会将dir1复制到dir2,通常这是我们期望的。
-l, --link hard link files instead of copying -L, --dereference always follow symbolic links in SOURCE -n, --no-clobber 不要覆盖已存在的⽂件(使前⾯的 -i 选项失效)-P, --no-dereference 不跟随源⽂件中的符号链接 -p 等于--preserve=模式,所有权,时间戳 --preserve[=...
A symbolic link is a file that points to another file or a directory, effectively creating an alias (like a shortcut inWindows). Symbolic links offer quick access to obscure directory paths. 符号链接是一个指向另一个文件或目录的文件,实际上创建了一个别名(类似于Windows中的快捷方式)。