..o meglio...come si può capire cosa sta facendo AFFA..se tutto è corretto come impostazioni..
di seguito incolle il file di configurazione
# Important: Values must not contain a '|' (pipe) character
# EDIT THIS:
# used as a key for db and as a filename!
# Choose a name with <= 10 chars.
my $jobname='2bt';
# EDIT THIS:
my %job=(
'remoteHostName'=>'xx.x.xxx.xxx', # FQHN or IP address
'TimeSchedule'=>'2230', # HHMM,HHMM,...
'Description'=>'', # text string.
'scheduledKeep'=>1, # integer >= 1
'dailyKeep'=>7, # integer >= 0
'weeklyKeep'=>4,# integer >= 0
'monthlyKeep'=>12,# integer >= 0
'yearlyKeep'=>2,# integer >= 0
'SMEServer'=>'no', # yes | no
'Include[0]'=>'/home/e-smith/files/ibays/archivio', # additional files or directories to include
#'Include[1]'=>'',
#'Include[2]'=>'',
'Exclude[0]'=>'', # files or directories to exclude from backup
#'Exclude[1]'=>'',
#'Exclude[2]'=>'',
'RPMCheck'=>'no', # yes | no
'DiskSpaceWarn'=>'strict', # strict | normal | risky | none
'localNice'=>0, # -19...+19
'remoteNice'=>0, # -19...+19
'Watchdog'=>'yes', # yes | no
'sshPort'=>22, # default ssh port is 22
'ConnectionCheckTimeout'=>120, # seconds
'rsyncTimeout'=>900, # seconds
'rsyncCompress'=>'no', # yes | no
'EmailAddresses'=>'', # name@domain.com,name@domain.com,...
'chattyOnSuccess'=>0, # send N success notifications
'RetryAfter'=>600, # retry after 10 minutes
'RetryAttempts'=>3,# number of retries
'RetryNotification'=>'yes', # notify when retrying
'postJobCommand'=>'', # full path to local program/script
'preJobCommand'=>'', # full path to local program/script
'AutomountDevice'=>'', # Device to auto mount (e.g. USB drive)
'AutomountPoint'=>'', # the mountpoint for AutomountDevice
'AutomountOptions'=>'', # Optionstring passed to mount command e.g. '-t cifs'
'AutoUnmount'=>'yes', # umount if fs was not mounted before Affa ran
'RootDir'=>'/var/affa', # where to save the archives. Don't use /root or /home/e-smith
'SambaShare'=>'yes', # enable Samba access to the archives
'Debug'=>'no', # yes | no
'status'=>'enabled', # enabled | disabled
'rsync--inplace'=>'yes', # yes | no : rsync on source supports '--inplace' option
'rsync--modify-window'=>0, # integer >= 0, timestamp window
);
### nothing to edit below this line ####