1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-09 16:20:38 +01:00

12 lines
286 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2014-11-05 15:58:31 +02:00
mkdir -p ~/.backups
cd ~/.backups
mkdir -p lakka
cd lakka
rsync -Paz --exclude='~/.local/*' --exclude='~/.pyenv/*' --exclude='*git*' lakka:~/ .
cd ..
2014-11-05 15:58:31 +02:00
mkdir -p hilla
cd hilla
rsync -Paz --exclude='~/.local/*' --exclude='~/.pyenv/*' --exclude='*git*' hilla:~/ .
cd ..