refactor: moving stuff around like I do

This commit is contained in:
fedora 2020-06-16 00:46:52 +02:00
parent 77b4672df8
commit fea3afb6c5
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388
4 changed files with 0 additions and 17 deletions

@ -1,17 +0,0 @@
#!/bin/bash
# simple config backup script for nebula
remote="rooot@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