Welcome to the Linux Foundation Forum!

Backuppc use smb

Hello, on linux server I use backups and I want to do copys for windows clients. What lexic I should use?

i now are using and work good:

*.pl

$Conf{BackupFilesOnly} = { 'C$' => [ '/Testas' ] }; $Conf{SmbSharePasswd} = '*'; $Conf{SmbShareUserName} = 'EXAMPLE\Administrator'; $Conf{XferMethod} = 'smb';

I want to do 150 clients copys to folder C:\Documents and Settings\username\My Documents.

*.pl

$Conf{BackupFilesOnly} = { 'C$' => [ '/Documents and Settings/username/My Documents' ] }; $Conf{SmbSharePasswd} = '*'; $Conf{SmbShareUserName} = 'EXAMPLE\Administrator'; $Conf{XferMethod} = 'smb';

don't work. why? What lexic I should use?

Comments

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training