dotfiles/getnebulaconfigs

18 lines
616 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
# simple config backup script for nebula
2019-11-19 02:43:31 +01:00
remote="root@git.dotya.ml"
2019-11-19 01:02:25 +01:00
myrsync="rsync -auvP"
2019-11-19 01:02:25 +01:00
$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 &
2019-11-19 01:02:25 +01:00
$myrsync $remote:/root/.zshrc ~/utils/nebula/root/zshrc
$myrsync $remote:/root/.ssh/ ~/utils/nebula/root/ssh
2019-11-19 01:02:25 +01:00
$myrsync $remote:/home/vis/.ssh/ ~/utils/nebula/vis/ssh
$myrsync $remote:/home/vis/.config/ --exclude="*Bittorrent-data*" ~/utils/nebula/vis/config