Backup Files to IPFS with Bash
Learn how to backup files to IPFS using Bash.
What is Bash?
1. Start by installing the S3cmd tool with the following commands:
2. Verify S3cmd was installed correctly using the following command to display the installed version:
3. Next, configure S3cmd for use with Filebase:
4. Test your configuration using the following command:
5. Next, login to your file server, or navigate to the directory that contains the files you’d like to backup.
6. Then, repeat the process for any other directories you’d like to backup.
7. Verify that your files have been uploaded correctly:
Last updated