Please follow the below steps to restore the project.
1. Please follow the instructions from the below article on the master node to clone the existing project:
https://support.anaconda.com/hc/en-us/articles/360034179033-How-to-access-project-files-from-the-git-repository
2. After cloning the project repo using the above article, the next step is to tar up the directory using the following commands:
cd ..
tar czvf upload_project.tar.gz DIR-NAME-OF-CLONED-PROJECT
3. Move the upload_project.tar.gz
file into a location that you can pull it off of the server. Also, delete the cloned directory that we created to ensure we are not using up space.