Commit Graph

19 Commits

Author SHA1 Message Date
Wyatt J. Miller
e766f580bb added generate.go, added todo
Added generate.go out of habit for idiots like me who delete config
files like it's no big deal. Also added a markdown file called todo,
name is self-explanatory as it helps me remember stuff that I need
to do and as well helps contributors figure what needs to happen
2019-09-25 23:17:38 -04:00
Wyatt J. Miller
854270f99c Merge branch '9683e88' of wymiller/logman into master 2019-08-20 01:50:20 +00: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
fdb3950670 added string file
i feel there be many more ToString functions in the future
2019-08-19 21:43:26 -04:00
Wyatt J. Miller
7f7fce65df fixing some remote stuff 2019-08-19 21:43:01 -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
37ca23c542 optimization 2019-08-16 23:21:26 -04:00
Wyatt J. Miller
1755cb0f8c refactored sshconnection initialization
it was needed, okay?
2019-08-16 22:00:36 -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
0efb27374d updated dependencies 2019-08-13 11:45:23 -04:00
Wyatt Miller
3594b1e5f1 struct mapping, initialize conneciton works 2019-08-13 11:43:47 -04:00
Wyatt Miller
e80d9c4563 tar folder for tarring files 2019-08-13 11:12:37 -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