Commit Graph

12 Commits

Author SHA1 Message Date
Wyatt J. Miller
dbde9b3cab Finished generate.go, modified main.go
I completed the process of generating the configuration file for
idiots like me who like to delete configuration files. Don't
worry, it's only by accident ;)

I also modified main.go so that the generating process actually
becomes useful.

What happens is that the program checks if the
configuration file exists (which will have to change to become
more modular as I have it set to look in the current directory
you're in) and if it doesn't, it goes ahead creates it and inputs
some random junk in there that is actually supposed to help with
your own configuration.
2019-09-29 13:38:58 -04:00
Wyatt J. Miller
9683e88464 i got logs! in a gzip file!
more to come later
2019-08-19 21:46:11 -04:00
Wyatt J. Miller
4595ca4a5e added sftp feature
i have the program reaching out to the remote machine and creating
the archive. however, it doesn't acutally grab the file and the
program creates an empty archive.
2019-08-18 18:12:47 -04:00
Wyatt J. Miller
d4c5d1d596 added tarring to the equation 2019-08-18 11:17:06 -04:00
Wyatt J. Miller
659c9de867 executing test command 2019-08-16 19:45:01 -04:00
Wyatt J. Miller
a3e1ca6b2b opening new sessions works
now it's time to execute commands and working on tarring directories
2019-08-14 18:57:03 -04:00
Wyatt J. Miller
996aef3c1e added note about generating config
it's in generate.go, if it isn't obv enough :)
2019-08-14 18:41:15 -04:00
Wyatt J. Miller
d0869861ad golang's ssh dialing is working 2019-08-14 18:31:13 -04:00
Wyatt Miller
3594b1e5f1 struct mapping, initialize conneciton works 2019-08-13 11:43:47 -04:00
Wyatt Miller
294293e060 updated dependencies 2019-08-13 11:10:18 -04:00
Wyatt Miller
3c6953de6b yaml unmarshalling works 2019-08-13 11:01:26 -04:00
Wyatt Miller
d315337e8f yaml stuff 2019-08-13 10:48:47 -04:00