This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# AdministradorBackupPG.sh | |
# Autor : Aecio Paes Barreto <[email protected]> | |
# Descricao : Backup PostgreSQL. | |
# Observacao : Nenhuma. | |
# | |
# Versao 1 : Criado o script, 15 de outubro de 2015. | |
# | |
# Versao 2 : <[email protected]>, 27 de outubro 2015. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Program information | |
name="LinuxCollector" | |
version="3.0.0" | |
releasedate="25 November 2015" | |
author="Richardson Lima, " | |
author_contact="[email protected]" | |
website="http://www.richardsonlima.com.br" | |
copyright="Copyright 2014-2015 - ${author}, ${website}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env bash | |
# Created by Richardson Lima - contatorichardsonlima at gmail dot com | |
# set -x | |
Nat='' # NAT IP | |
Timeout='15' # Seconds | |
File='./EnvFile.txt' | |
User='' # Username for ssh connection | |
function CreateEnvFile(){ |
NewerOlder