argh
This commit is contained in:
parent
b4e324a156
commit
55aaf322af
67 changed files with 7142 additions and 14 deletions
14
bin/_old/old2/homeback
Executable file
14
bin/_old/old2/homeback
Executable 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue