2019-05-02 01:13:32 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# this little script backs up all the config files that matter
|
|
|
|
|
|
|
|
dotfiles=~/utils/dotfiles
|
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP /etc/X11/Xresources $dotfiles/etc/X11
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP /etc/default/tlp $dotfiles/etc/default
|
|
|
|
rsync -auP /etc/default/tlp.rpmnew $dotfiles/etc/default
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP ~/alltheconfigs.sh $dotfiles
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP ~/.vim/vimrc $dotfiles/vimrc
|
|
|
|
rsync -auP ~/.zshrc $dotfiles/zsh/zshrc
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP ~/.config/compton.conf $dotfiles/config
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-02 01:34:37 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
#rsync -auP ~/MEGAsync/backups/authenticator.sh $dotfiles/backups
|
|
|
|
rsync -auP ~/MEGAsync/backups/createarchive.sh $dotfiles/backups
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-15 04:49:18 +02:00
|
|
|
rsync -auP ~/MEGAsync/fedora-backup/fedora-setup/fedora-setup.sh $dotfiles/setup-env
|
|
|
|
rsync -auP ~/MEGAsync/fedora-backup/fedora-setup/deploy-dotfiles.sh $dotfiles/setup-env
|
2019-05-15 04:54:59 +02:00
|
|
|
rsync -auP ~/MEGAsync/EASetup.sh $dotfiles/setup-env
|
2019-05-15 04:49:18 +02:00
|
|
|
|
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
#rsync -auP ~/.config/openbox/autostart $dotfiles/config/openbox
|
|
|
|
rsync -auP ~/.config/openbox/rc.xml $dotfiles/config/openbox
|
|
|
|
rsync -auP ~/.config/openbox/menu.xml $dotfiles/config/openbox
|
|
|
|
#rsync -auP ~/.config/openbox/helper.sh $dotfiles/config/openbox
|
|
|
|
#rsync -auP ~/.config/openbox/mic.sh $dotfiles/config/openbox
|
|
|
|
rsync -auP ~/.config/openbox/VolumeNotify.sh $dotfiles/config/openbox
|
|
|
|
rsync -auP ~/.config/openbox/locker.sh $dotfiles/config/openbox
|
|
|
|
rsync -auP ~/.config/openbox/locker-suspend.sh $dotfiles/config/openbox
|
|
|
|
rsync -auP ~/.config/openbox/desktop-pause.sh $dotfiles/config/openbox
|
2019-05-02 01:34:37 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP ~/.config/tint2/ $dotfiles/config/tint2
|
2019-05-02 01:13:32 +02:00
|
|
|
|
2019-05-15 03:14:48 +02:00
|
|
|
rsync -auP ~/.conky/conkyrc $dotfiles/conky
|
|
|
|
rsync -auP ~/.conky/conky.lua $dotfiles/conky
|
|
|
|
|
|
|
|
rsync -auP ~/.oh-my-zsh/themes/myowntheme* $dotfiles/zsh/oh-my-zsh/themes
|
2019-05-15 03:58:28 +02:00
|
|
|
rsync -auP ~/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh $dotfiles/zsh/oh-my-zsh/themes/spaceship.zsh-theme
|
2019-05-15 03:14:48 +02:00
|
|
|
|
|
|
|
rsync -auP ~/.local/share/applications/metasploit-framework.desktop $dotfiles/desktopfiles
|
|
|
|
rsync -auP ~/.local/share/applications/flashtool.desktop $dotfiles/desktopfiles
|
|
|
|
rsync -auP ~/.local/share/applications/megasync.desktop $dotfiles/desktopfiles
|