Commit a45819ef authored by Vitaly Lipatov's avatar Vitaly Lipatov

add grf-find

parent 215b8a88
#!/bin/sh
RES=pub
VOLUME=ftp-$RES
LOCALPATH=/var/ftp/$RES
[ -n "$1" ] && LOCALPATH="$1"
>$0.log
#find $LOCALPATH -type f -size 0 -perm 1000 >>$0.log
find $LOCALPATH -type f >>$0.log
./grf --restore --list $0.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment