RsyncConfig

Members

Variables

cmdDiskUsage
string[] cmdDiskUsage;

disk usage command to use.

cmdRsync
string cmdRsync;

Rsync command to use

exclude
string[] exclude;

Patterns to exclude from rsync.

lowPrio
bool lowPrio;

Low process and io priority

oneFs
bool oneFs;

One filesystem, don't cross partitions within a backup point.

progress
string[] progress;

Configure how to print the progress bar when in interactive shell, if any.

rsh
string rsh;

rsh argument for rsync, --rsh=<rsh>.

useFakeRoot
bool useFakeRoot;

If fakeroot should be used for this snapshot

useLinkDest
bool useLinkDest;

If --link-dest should be used with rsync

Meta