Skip to main content

Backing Up Data to an Object Storage Service with the Restic Backup Client

Introduction
Restic is a secure and efficient backup client written in the Go language. It can backup local files to a number of different backend repositories such as a local directory, an SFTP server, or an S3-compatible object storage service.
In this tutorial we will install Restic and...
Backing Up Data to an Object Storage Service with the Restic Backup Client
Backing Up Data to an Object Storage Service with the Restic Backup Client
Category: DevOps, Linux Tutorials

Comments

Popular posts from this blog

Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2

Written by AWS Solutions Architects Jason Barto and Heitor Lessa In Part 1 of this post, we described how AWS CodeBuild, AWS CodeCommit, and HashiCorp Packer can be used to build an Amazon Machine Image (AMI) from the latest version of Amazon Linux. In this post, we show how to use AWS... Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2 Category: Amazon Web Services

Syntax and Code Structure in JavaScript

Introduction Before learning to write in a spoken language, you must first learn the rules of grammar. Here are a few examples of rules you might find in the English language: A sentence starts with a capital letter. A sentence ends in a period. A new paragraph is indented. Spoken dialogue is... Syntax and Code Structure in JavaScript Category: Java Tutorials

(Updated 2017) Connect to Amazon EC2 using PuTTY private key on Windows

UPDATED FOR 2017: This video will show how to use a PuTTY private key to connect to your Amazon EC2 Linux instance. Prior to this, we were using ssh on the OS X terminal and our .pem key file in order to connect. However, that didn’t work for our Windows users because .pem files are... (Updated 2017) Connect to Amazon EC2 using PuTTY private key on Windows Category: Uncategorized