view crvft/backup-home @ 26:14410daf5190 tip

get makefile.
author Robert McIntyre <rlm@mit.edu>
date Thu, 29 Jan 2015 20:51:17 -0800
parents e2bef5c2dc28
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 .