Skip to content
Guten Ye edited this page May 5, 2015 · 4 revisions

Options

from="/"
to="/backup"
conf="$to/conf"
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