example.env 399 B

12345678910111213141516171819
  1. PATH_LOCAL_BACKUP = path diretory from backup
  2. SERVER_DOMAIN = name diretory in shara
  3. # Shara setting
  4. SMB_USER = username
  5. SMB_PASSWORD = password
  6. SMB_SERVER = ip or domain
  7. SMB_SHARA_NAME = shara name
  8. SMB_NAME_MACHIME = name machine
  9. # Setting smtp server
  10. SMTP_SERVER=domain or ip
  11. SMTP_USER=username
  12. SMTP_PASSWORD=password
  13. SMTP_PORT=465
  14. # Send info message to:
  15. NAME="name to"
  16. ADDRESS_TO='email to'