Skip to content
Guten Ye edited this page Apr 29, 2015 · 4 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
}

Clone this wiki locally