[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-30 Thread Cecil Westerhof
2016-01-30 3:40 GMT+01:00 Stephen Chrzanowski : > On Fri, Jan 29, 2016 at 8:59 PM, Cecil Westerhof > wrote: > > > > > > However, I've run into a few problems, so I'm offering my findings and > > > fixes. > > > > > > The first, line 3, you've got a reference to a script that doesn't > exist > > >

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-30 Thread Cecil Westerhof
Just a short reply, because I should be sleeping now. ;-) 2016-01-30 1:14 GMT+01:00 Stephen Chrzanowski : > This is going to be useful for me for a couple of reasons. First, I've got > a machine at work that mysteriously fills up, and more importantly, I can > monitor my Minecraft server at home

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-30 Thread Simon Slavin
On 30 Jan 2016, at 12:14am, Stephen Chrzanowski wrote: > And finally, maybe not the scripts fault, but there was an oddball > directory made by one of the Minecraft mods that pooched the script. > Literally, the directory was > "_!'0!bw"k!(}!~@"y!(:!a@"v!'4!d!"y!'%!}w"r!'`!cg!x!#4!;w!u!$%!:!==".

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-29 Thread Stephen Chrzanowski
On Fri, Jan 29, 2016 at 8:59 PM, Cecil Westerhof wrote: > > > However, I've run into a few problems, so I'm offering my findings and > > fixes. > > > > The first, line 3, you've got a reference to a script that doesn't exist > > AFAIK. You should maybe put a check to see if the file exists first

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-29 Thread Stephen Chrzanowski
Thanks for the input Simon. I'm not sure why that'd end up on this particular machine. Must be the Author of the mod doing something different for preferences, as this is the only directory that shows up. The contents of the directories were just preference files. I don't think it'll affect any

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-29 Thread Stephen Chrzanowski
The partition portion failed not because of multiple references to / but multiple references to tempfs. Maybe set the constraint to not only the partition type but also the mount point? On Fri, Jan 29, 2016 at 7:14 PM, Stephen Chrzanowski wrote: > This is going to be useful for me for a couple

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-29 Thread Stephen Chrzanowski
This is going to be useful for me for a couple of reasons. First, I've got a machine at work that mysteriously fills up, and more importantly, I can monitor my Minecraft server at home. ;) However, I've run into a few problems, so I'm offering my findings and fixes. The first, line 3, you've got

[sqlite] ​ Use Bash to Store Disc Info in SQLite

2016-01-29 Thread Cecil Westerhof
I wrote the following article: ?? Use Bash to Store Disc Info in SQLite ?? https://www.linkedin.com/pulse/use-bash-store-disc-info-sqlite-cecil-westerhof ?No rocket science, but I thought it could be interesting. ? -- Cecil Westerhof