ERPNEXT not generating automatically the backups

Any support how to sort this out

@Dany_Carvalheiro,

site backup is taken after every 6 hours using bench backup command configured in crontab, if backup is not generated please check your crontab entry.

Thanks,
Makarand

yes is not generating
how to check crontab entry?

@Dany_Carvalheiro,

use the command crontab -e

i have this
/usr/bin/select-editor: 1: /usr/bin/select-editor: gettext: not found
‘select-editor’.
/usr/bin/select-editor: 1: /usr/bin/select-editor: gettext: not found

  1. /bin/nano <----
  2. /usr/bin/mg
  3. /usr/bin/vim.basic

/usr/bin/select-editor: 32: /usr/bin/select-editor: gettext: not found
1-3 [1]:

0 10 * * * cd /home/frappe/frappe-bench && /home/frappe/frappe-bench/env/bin/bench update --auto >> /home/frappe/frappe-bench/logs/auto_update_log.log 2>&1

i insert this code i will wait to see it will work

  • 0 * * * cd [PATH TO ERPNEXT INSTALLATION] && python lib/wnf.py --backup >> /var/log/erpnext-backup.log 2>&1