# distfile for veeam-agent module

# - use commas for multiple values
# - note that veaam-agent already excludes standard temp and virtual fs
#
[veeam-agent]
  directories	"/"	# ie: "/","/w"
  excludedirs		# ie: "/tmp","/proc"
  excludemasks		# ie: "*.tmp","*.lock"

  maxpoints	7	# n. of restore point to keep

# cron schedule time for job (we cannot use veeam schedule
# whitout licence)
#
  cron_time	0 21 * * * 



# REPOSITORY
#
# at the moment we support only SMB share as repos
#
[veeam-repo]
  smb_share	undef	# ie: "//nas-backup/linux_backups"
  smb_user	undef
  smb_password	undef
  smb_options	undef	# ie: "vers=3.0"


# THOSE SHOULD NOT BE CHANGED
#
[veeam-agent]
  job_name	Backup
[veeam-repo]
  repo_name	default_repo
