9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
{
|
|
$OUT = "";
|
|
return unless (($smb{'ShadowCopy'} || 'disabled') eq 'enabled');
|
|
|
|
$vfs->{shadow_copy2}->{snapdir} = $smb{ShadowDir} || '/home/e-smith/files/.shadow';
|
|
$vfs->{shadow_copy2}->{basedir} = "/home/e-smith/files";
|
|
$vfs->{shadow_copy2}->{fixinodes} = 'yes';
|
|
}
|