Tag: bash

  • Backup to a Remote Server using Bash

    Backup to a Remote Server using Bash

    Forget to backup your critical files? Automate your backups in Linux by using a bash script and the SCP command.

  • Backup Files to S3 using Bash

    Backup Files to S3 using Bash

    Description A bash script will be used to copy a file from a Linux server to an S3 bucket. Next, it will run a checksum on the results to verify the upload. Finally, it will output the local file size, the local etag , the aws file size, and the aws etag value for easy…