Skip to content

Instantly share code, notes, and snippets.

View masipmarch's full-sized avatar

March masipmarch

View GitHub Profile
@masipmarch
masipmarch / xtrabackup_full_increment_restore.sh
Last active March 1, 2022 17:13 — forked from SQLadmin/xtrabackup_full_increment_restore.sh
Automate xtrabackup for FULL/Incremental and restore
#!/bin/bash
# https://sqlgossip.com
# Script de copies de seguretat amb percona xtrabackup
set -e
set -u
usage() {
echo "usage: $(basename $0) [option]"
echo "option=full: Perform Full Backup"
@masipmarch
masipmarch / sync-github-to-bitbucket.md
Created March 28, 2021 08:55 — forked from derick-montague/sync-github-to-bitbucket.md
Sync github repo to bitbucket repo

Set up remotes

setup local repo

mkdir myrepository
cd myrepository
git init

add bitbucket remote as "origin"