-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Guten Ye edited this page Apr 29, 2015
·
8 revisions
host=""
dir=/backup
src=/
backup_options="--archive --hard-links --acls --xattrs --compress --verbose --human-readable -P --stats --del --delete-excluded --recursive --super"
restore_options="--archive --hard-links --acls --xattrs --compress --verbose --human-readable -P --stats"
check_root=false
backup() {
cwd is /backup/<profile>/work
}
Configure Once, Backup Any Machine.
Setup root ssh access: http://unix.stackexchange.com/questions/92123/rsync-all-files-of-remote-machine-over-ssh-without-root-user
client_backup() {
run on client
cwd is /tmp/gutbackup
}
Server
$ pacaur -S gutbackup
Client
Install rsync
$ pacman -S rsync