cdf41b946a61355686677033d7985c5ecaa72531
12 if [ "$OUTPUT_FILE" = "-" ]; then
13 echo "Writing backup to stdout.." >&2
14 elif [ "$OUTPUT_FILE" = "" ]; then
15 echo "No output file."
17 echo "Writing backup to $OUTPUT_FILE" >&2
22 find /etc
-type f
> /tmp
/.wlbackup_files
23 cat /tmp
/.wlbackup_files
28 if [ "$1" = "-n" ]; then
30 nvram show
2>/dev
/null
34 grep '^Package:' /usr
/lib
/ipkg
/status | cut
-d' ' -f2
37 tar -T /tmp
/.wlbackup_files
-cz 2>/dev
/null
38 rm -f /tmp
/.wlbackup_files
This page took 0.036631 seconds and 3 git commands to generate.