ashish-greycube / erpnext_backup

App to schedule automatic file/database backup of erpnext to remote server using rclone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERPNext Backup

App for auto backup of ERPNext files/database to remote server using rclone

Pre requisite

Install rclone on source computer whose backup is to be taken
Following are steps for ubuntu \

sudo apt-get update \
sudo apt-get install zip \
curl https://rclone.org/install.sh | sudo bash \

Configure rclone for SFTP upload
It should be run with frappe user
https://rclone.org/sftp/
note the name of remote config
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
name> remote
rclone mkdir remote:path/to/directory
rclone mkdir greycubelive:backup_from_sitename
Install App
Update Backup Settings--> RClone Remote Name--> with name noted above
Update Backup Settings--> RClone Remote Directory Path--> with directory noted above

License

MIT


Contact Us


1st ERPNext Certified Partner & winner of the Best Partner Award

About

App to schedule automatic file/database backup of erpnext to remote server using rclone

License:Other


Languages

Language:Python 91.0%Language:JavaScript 9.0%