Error? download backups' is empty// how to automate and download backups?

download backups:


this does not work for me.

backup settings:

how to configure? I used the automated installscript for production, on a vps.

@pee,

Please check if you have the backup files in /sites/site_name/private/backup directory, Download Backup page list the backup available in the /sites/site_name/private/backup directory.

Thanks,
Makarand

1 Like

thanks @makarand_b!

  1. I choose in erpnext 6 backups, does that mean six backups a day (if so,
    at what times)?
  2. where can I find the scheduler for the time when the backups will be
    made (and find out why it does not start)?

@pee,

daily backups are taken by bench backup cmd its configured in crontab, Please check your crontab entries using crontab -e

Thanks,
Makarand

great @makarand_b, thanks