RSyncSettings Class

Assembly
Cake.RSync.dll
Namespace
Cake.RSync
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["RSyncSettings"] class Type type-node

Syntax

public class RSyncSettings : ToolSettings

Constructors

Name Summary
RSyncSettings()

Properties

Name Value Summary
Archive bool
Archive mode
Checksum bool
Delete bool
Delete extraneous files from dest dirs
Excludes List<string>
Exclude files matching pattern
KeepHardLinks bool
Preserve hard links
PreserveAcls bool
Preserve acls
PreserveDevices bool
Preserve devices
PreserveExecutability bool
Preserve executability
PreserveGroup bool
Preserve group
PreserveOwner bool
Preserve owner
PreservePermissions bool
Preserve permissions
PreserveSpecials bool
Preserve specials
PreserveTimes bool
Preserve times
PreserveXAttrs bool
Preserve xattrs
Quiet bool
Suppress non-error messages
Recursive bool
Recursive mode
Verbose bool
Increase verbosity

Methods

Name Value Summary
BuildLinuxArguments(ProcessArgumentBuilder) ProcessArgumentBuilder
Applies the setting to the given argument builder.

Extension Methods

Name Value Summary
ArchieveMode(bool) RSyncSettings
Requires the Cake.RSync addin
CopyRecursively(bool) RSyncSettings
Requires the Cake.RSync addin
DeleteExtraFiles(bool) RSyncSettings
Requires the Cake.RSync addin
Dump<RSyncSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
Exclude(string) RSyncSettings
Requires the Cake.RSync addin
IsIn<RSyncSettings>(RSyncSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
KeepHardLinks(bool) RSyncSettings
Requires the Cake.RSync addin
NotNull<RSyncSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<RSyncSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
PreserveAcls(bool) RSyncSettings
Requires the Cake.RSync addin
PreserveDevices(bool) RSyncSettings
Requires the Cake.RSync addin
PreserveGroup(bool) RSyncSettings
Requires the Cake.RSync addin
PreserveOwner(bool) RSyncSettings
Requires the Cake.RSync addin
PreservePermissions(bool) RSyncSettings
Requires the Cake.RSync addin
PreserveSpecials(bool) RSyncSettings
Requires the Cake.RSync addin
PreserveTimes(bool) RSyncSettings
Requires the Cake.RSync addin
PreserveXAttrs(bool) RSyncSettings
Requires the Cake.RSync addin
SetQuiet(bool) RSyncSettings
Requires the Cake.RSync addin
SetVerbose(bool) RSyncSettings
Requires the Cake.RSync addin
ThrowIfNull<RSyncSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<RSyncSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
UseChecksums(bool) RSyncSettings
Requires the Cake.RSync addin