view backup-home @ 9:acd110f8e4b0

working on combination iso/burning to avoid memory overhead.
author Robert McIntyre <rlm@mit.edu>
date Mon, 25 Feb 2013 13:34:38 +0000
parents 2d99d5730e7f
children
line wrap: on
line source
1 #!/bin/sh
3 tar -vcpjf /backups/home-$(date +"%F-%H:%M").tar.bz2 \
4 --one-file-system \
5 -C /home \
6 --exclude=./lost+found \
7 .