Create backup of app

@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