dotfiles/getnebulaconfigs
2019-11-19 02:46:33 +01:00

18 lines
616 B
Bash
Executable File

#!/bin/bash
# simple config backup script for nebula
remote="root@git.dotya.ml"
myrsync="rsync -auvP"
$myrsync $remote:/etc/gitea/app.ini ~/utils/nebula &
$myrsync $remote:/etc/ssh/sshd_config ~/utils/nebula &
$myrsync $remote:/etc/fstab ~/utils/nebula &
$myrsync $remote:/etc/crypttab ~/utils/nebula &
$myrsync $remote:/etc/lvm/lvm.conf ~/utils/nebula &
$myrsync $remote:/root/.zshrc ~/utils/nebula/root/zshrc
$myrsync $remote:/root/.ssh/ ~/utils/nebula/root/ssh
$myrsync $remote:/home/vis/.ssh/ ~/utils/nebula/vis/ssh
$myrsync $remote:/home/vis/.config/ --exclude="*Bittorrent-data*" ~/utils/nebula/vis/config