Create backup of app

anyone know command on how to create backup of app i know command bench backup & bench back – all sites but it creates backup of sql only not entire app. any idea on how to do this?

@Hardik_Mehta

you mean your Doctype’s and customization backup.
Then you have to maintain a git repository for your app like frappe
In future, you can install your app using your git repository.

bench get-app app_name git_repository_path
bench install-app app_name

For git basics refer this
Git for Beginners

3 Likes

@Sangram yes exactly.