tayaatom.blogg.se

Grsync not preserving security
Grsync not preserving security







grsync not preserving security grsync not preserving security

#GRSYNC NOT PRESERVING SECURITY UPDATE#

RsyncBinaryPath is a path to the rsync binary by default just `rsync` RsyncBinaryPath string // RsyncPath specify the rsync to run on remote machine, e.g `-rsync-path="cd /a/b & rsync"` RsyncPath string // Verbose increase verbosity Verbose bool // Quet suppress non-error messages Quiet bool // Checksum skip based on checksum, not mod-time & sizeĜhecksum bool // Archve is archive mode equals -rlptgoD (no -H,-A,-X)Ěrchive bool // Recurse into directories Recursive bool // Relative option to use relative path names Relative bool // NoImliedDirs don't send implied dirs with -relative NoImpliedDirs bool // Update skip files that are newer on the receiver Update bool // Inplace update destination files in-place Inplace bool // Append data onto shorter filesĚppend bool // AppendVerify -append w/old data in file checksumĚppendVerify bool // Dirs transfer directories without recursingĝirs bool // Links copy symlinks as symlinks Links bool // CopyLinks transform symlink into referent file/dirĜopyLinks bool // CopyUnsafeLinks only "unsafe" symlinks are transformedĜopyUnsafeLinks bool // SafeLinks ignore symlinks that point outside the tree SafeLinks bool // CopyDirLinks transform symlink to dir into referent dirĜopyDirLinks bool // KeepDirLinks treat symlinked dir on receiver as dir KeepDirLinks bool // HardLinks preserve hard links HardLinks bool // Perms preserve permissions Perms bool // NoPerms preserve permissions NoPerms bool // Executability preserve executabilityĞxecutability bool // CHMOD affect file and/or directory permissionsĜHMOD os.









Grsync not preserving security