This commit is contained in:
Johannes Findeisen 2018-01-15 20:25:41 +01:00
commit 55aaf322af
67 changed files with 7142 additions and 14 deletions

14
bin/_old/old2/homeback Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
# Backup MySQL Databases
#/home/hanez/bin/automysqlbackup-2.5.1-01.sh
# Backup HOME
rsync -av --delete --delete-excluded --exclude=hanez/movies/.shared \
/home/* /media/BACKUP_600GB/HOME/
# Backup /
rsync -av --delete \
--exclude=/dev --exclude=/tmp --exclude=/home --exclude=/sys \
--exclude=/var/log/wtmp --exclude=/media --exclude=/mnt --exclude=/proc \
/* /media/BACKUP_600GB/ROOT/