hello i need an a feedback to the following situation:
i want to script a backup script with bash script. a script that reads a file / database that contains the backup jobs (remote server, remote user, remote dir, ...). i think, that file would contain about 10-30 rows. additionally i want to to some logging into a file or database. and i need some files / rows to define the excludes for each remote dir. now my question: should i use sqlite or a textfile and awk for this? thanks a lot and kind regards marco