By Silas Kwarteng on December 11, 2024
Beginner

To take a backup using PuTTY or Bitvise SSH Tool, follow these steps:

Step-by-Step Process:

  1. Login to your server using SSH via PuTTY or Bitvise SSH tool.
  2. Once logged in, navigate to the directory where the frappe-bench folder is located by running the following commands:
bash
Copy code
cd ..
cd home
cd frappe
cd frappe-bench
  1. Use the bench use command to select the site for which you want to take the backup. Replace sitename with the actual site URL.
bash
Copy code
bench use sitename
  1. Run the following command to take the backup:
bash
Copy code
bench backup

Screenshot for Reference:

Backup Process

This process will generate the backup of the selected site.


More articles on Erpnext



More articles on Erpnext
Comments

No comments yet.

Add a comment
Ctrl+Enter to add comment