This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.RSync.
- 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 |
Exclude files matching pattern
|
KeepHardLinks | bool |
Preserve hard links
|
PreserveAcls | bool |
Preserve acls
|
PreserveDevices | bool |
Preserve devices
|
Preserve |
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 |
Process |
Applies the setting to the given argument builder.
|
Extension Methods
Name | Value | Summary |
---|---|---|
ArchieveMode |
RSyncSettings |
Requires the Cake.RSync addin
|
CopyRecursively |
RSyncSettings |
Requires the Cake.RSync addin
|
DeleteExtraFiles |
RSyncSettings |
Requires the Cake.RSync addin
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
Exclude |
RSyncSettings |
Requires the Cake.RSync addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
KeepHardLinks |
RSyncSettings |
Requires the Cake.RSync addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
PreserveAcls |
RSyncSettings |
Requires the Cake.RSync addin
|
PreserveDevices |
RSyncSettings |
Requires the Cake.RSync addin
|
PreserveGroup |
RSyncSettings |
Requires the Cake.RSync addin
|
PreserveOwner |
RSyncSettings |
Requires the Cake.RSync addin
|
PreservePermissions |
RSyncSettings |
Requires the Cake.RSync addin
|
PreserveSpecials |
RSyncSettings |
Requires the Cake.RSync addin
|
PreserveTimes |
RSyncSettings |
Requires the Cake.RSync addin
|
PreserveXAttrs |
RSyncSettings |
Requires the Cake.RSync addin
|
SetQuiet |
RSyncSettings |
Requires the Cake.RSync addin
|
SetVerbose |
RSyncSettings |
Requires the Cake.RSync addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
UseChecksums |
RSyncSettings |
Requires the Cake.RSync addin
|