rsync是一种强大的命令行工具,用于在本地或远程计算机之间进行文件同步。它可以将文件从一个位置复制到另一个位置,同时节约带宽和存储空间。
23 socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, 24 append, no ACLs, xattrs, iconv, symtimes, prealloc 25 26 rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you 27 are welcome to redistribute it under certain conditions. See the GNU 28 General Public ...
Only one "include" parameter can apply to a given module. See the "filter" parameter for a description of how excluded files affect the daemon. exclude from This parameter specifies the name of a file on the daemon that contains daemon exclude patterns, one per line. Only one "exclude from...
--whole-file, -W copy files whole(w/o delta-xfer algorithm)--checksum-choice=STR choose the checksum algorithm(aka --cc)--one-file-system, -x don't cross filesystem boundaries--block-size=SIZE, -B force a fixed checksum block-size--rsh=COMMAND, -e specify the remote shell to use-...
a CVS exclude mode for ignoring the same files that CVS would ignore can use any transparent remote shell, including ssh or rsh does not require super-user privileges pipelining of file transfers to minimize latency costs support for anonymous or authenticated rsync daemons (ideal for mirroring) ...
Tailoring your transfers often involves excluding certain files or directories. Both Rsync and SCP provide mechanisms to exclude unwanted elements. Rsync Example: Excluding specific files or directories: rsync -avz --exclude 'file.txt' /path/to/source/ username@remote_server:/path/on/remote/server ...
are welcome to redistribute it under certain conditions. See the GNU General Public Licencefordetails. rsync is a file transfer program capable of efficient remote update via a fast differencing algorithm. Usage: rsync [OPTION]... SRC [SRC]... DEST ...
--include=PATTERN don't exclude files matching PATTERN --include-from=FILE read include patterns from FILE --files-from=FILE read list of source-file names from FILE -0, --from0 all *-from/filter files are delimited by 0s -s, --protect-args no space-splitting; only wildcard special-...
rsync 名称 rsync - 一个快速、多功能的远程(和本地)文件拷贝工具 摘要 Local: rsync [OPTION...] SRC... [DEST] Access via remote shell: Pull: rsync [OPTION...] [USER@]HOST:SRC...
rsync-a--exclude=pattern_to_exclude--include=pattern_to_includesourcedestination Copy Finally, Rsync’s--backupoption can be used to store backups of important files. It’s used in conjunction with the--backup-diroption, which specifies the directory where the backup files should be stored: ...