Backup
TODO: Add tutorials about common backup software
Dropbox Uploader
Section titled “Dropbox Uploader”Upon request, you can enable Dropbox for your umassmed.edu account. Request for access at the IT portal here.
Dropbox Uploader is a BASH script which can be used to upload, download, delete, list files (and more!) from Dropbox, an online file sharing, synchronization and backup service.
Follow the installation and setup instructions detailed in the repo.
Add the script to ~/.local/bin. To ensure it is in your PATH, add the following to the bottom of your .bashrc file:
PATH=$HOME/.local/bin:$PATH