Python Script to take backup of folder on Amazon s3 – Windows Date Posted:17-04-2017 Amazon S3 is a storage where we can store files in a cloud. We can download the files from anywhere after we stored the files on cloud. There are many way to store the files on… Continue Reading Python Script to take backup of folder on amazon s3 – Windows

Install Python, PIP and Boto on Windows server 2016 Date Posted:15-04-2017 Python is a famous scripting language and we will explain on how to install python, pip and boto library on windows server. In this post, we will cover on installing python 3 and pip python installer. Additionally, this post… Continue Reading Install Python, PIP and Boto on Windows server

Introduction: In this post, we will explain how to set up failover on Rundeck. Rundeck officially doesn’t supports failover. We tested this approach on CentOS 6 and it’s working fine. Moreover, use this approach at your own risk 😛 Prerequisites: This post assumes that Rundeck is running on host1 and… Continue Reading Rundeck Failover Setup