Skip to content

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

License

Notifications You must be signed in to change notification settings

ashish-greycube/erpnext_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published