16 lines
210 B
Bash
Executable File
16 lines
210 B
Bash
Executable File
#! /bin/bash
|
|
|
|
##
|
|
## Create list of installed software
|
|
##
|
|
|
|
dpkg --get-selections > $DIR_DATA/software.list
|
|
|
|
##
|
|
## Create database dumps
|
|
##
|
|
|
|
#echo "Creating database dumps ..."
|
|
#/bin/bash /root/backup/dbdump.sh
|
|
|