mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Add .local/bin/home_backup.sh
Add .local/bin/screenshot.sh Update .local/bin/screenshots.sh Add .local/bin/sekirofpsunlock Add .local/bin/old/brightness.sh Add .local/bin/old/change_colors.sh Add .local/bin/old/random_wallpaper.sh Add .local/bin/steamtinkerlaunch
This commit is contained in:
5
private_dot_local/bin/executable_home_backup.sh
Normal file
5
private_dot_local/bin/executable_home_backup.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/backup/home/szymon/
|
||||
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/backup_wd/home/szymon/
|
||||
Reference in New Issue
Block a user