Files @ 9f771db2b0b6
Branch filter:

Location: light9/light8/backuper

Drew Perttula
don't react to inotify events that are just us reading the file
Ignore-this: 5bbb75a72e2db038b1891c5aa7cce8b0
1
2
3
4
5
6
#!/bin/zsh

cd ~dmcc/cvs/light9/light8
DIR=backups/`date +%Y%m%d%H%M%S`
mkdir -p $DIR
cp *.py $DIR