Skip to content
Guten Ye edited this page Apr 29, 2015 · 8 revisions

Configurations

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

Normal Mode

backup() {
  cwd is /backup/<profile>/work
}

Server Mode

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
Clone this wiki locally