Mercurial > repos > other > usr-local-bin
view backup-to-disk @ 14:92874671d6e1
Add and exclude more directories and files to focus it/limit file size
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 19 Mar 2018 19:32:37 +0000 |
parents | e85e3470a41e |
children | faa17dcc2c95 |
line wrap: on
line source
#! /bin/bash -e DISK=/run/media/ibboard/backup-linux/ if [ ! -d "$DISK" ]; then echo "Disk not found at $DISK!" >&2 exit 1 fi cp "$(ls -1 /mnt/backup/rsync/installed-packages-*|tail -n1)" "$DISK" rm "$(ls -1 "$DISK"/installed-packages-* | head -n1)" rm -rf $DISK/backup-prev if [ -d "$DISK"/backup ]; then mv $DISK/backup{,-prev} fi mkdir $DISK/backup /usr/local/bin/do-backup "$DISK"/backup/