Commit Graph

119 Commits

Author SHA1 Message Date
3b51a9a065 added base64 library 2022-09-06 21:50:33 -04:00
71187689a9 added secrets import 2022-09-06 21:49:51 -04:00
8d77101cc2 added freebsd test cass. updated file paths to be os agnostic 2022-09-06 21:48:03 -04:00
9fa801908d added logging, parser, and test client 2022-09-06 20:56:01 -04:00
171d5617b2 added pykmip functions 2022-09-06 20:50:17 -04:00
5c7b348b1b added conf dir with client pykmip sample file 2022-09-06 20:41:47 -04:00
5958bfdd55 added while loop for top level config menu, updated delete question to standard we are using 2022-09-06 20:39:56 -04:00
7d9e4fa428 updated gitignore file 2022-09-06 20:38:47 -04:00
crp3844
ea90c0dc97 started work on configuration menu 2022-09-06 17:06:24 -04:00
crp3844
f823711817 lowercased variable names, added function to get account details and write basic config ini file 2022-09-06 15:46:51 -04:00
crp3844
247615d3d1 added sample ini file 2022-09-06 15:21:24 -04:00
crp3844
0cf3109b18 added getpass import 2022-09-06 14:56:41 -04:00
crp3844
de945f6668 added ini format, updated bw linux to correct file, added commnets for ini sections 2022-09-06 14:56:04 -04:00
crp3844
564e5f96bf reverted windows/linux test logic and added ini parser 2022-09-06 14:07:04 -04:00
crp3844
9add8abcbf added ini to ignore list 2022-09-06 14:06:31 -04:00
crp3844
fdc92823c7 Started python backup script 2022-09-06 14:03:26 -04:00
crp3844
a113fc49f5 added bw cli for linux 2022-09-06 14:02:53 -04:00
10da1b57e7 1.22.1 giving same error now, reverted to 2022.8.0 2022-09-05 15:36:48 -04:00
cefecdfd3b reverted to 1.22.1
Was getting this error:
pkg/prelude/bootstrap.js:1876
      throw error;
      ^

Error: EBADF: bad file descriptor, read
←[90m    at Object.readSync (node:fs:727:3)←[39m
    at Object.readSync (pkg/prelude/bootstrap.js:947:32)
    at readPayloadSync (pkg/prelude/bootstrap.js:461:13)
    at payloadCopyManySync (pkg/prelude/bootstrap.js:523:23)
    at payloadFileSync (pkg/prelude/bootstrap.js:559:3)
    at Object.internalModuleReadJSON (pkg/prelude/bootstrap.js:1834:10)
←[90m    at internalModuleReadJSON (node:internal/modules/package_json_reader:4:68)←[39m
←[90m    at Object.read (node:internal/modules/package_json_reader:21:42)←[39m
←[90m    at readPackage (node:internal/modules/cjs/loader:296:36)←[39m
←[90m    at resolveExports (node:internal/modules/cjs/loader:479:15)←[39m {
  errno: ←[33m-4083←[39m,
  syscall: ←[32m'read'←[39m,
  code: ←[32m'EBADF'←[39m
}
2022-09-05 15:05:07 -04:00
cfc821fa46 updated bw.exe to 2022.8.0 2022-09-04 23:29:36 -04:00
8beb0a56a9 updated to ignore gpg home 2022-08-07 16:18:10 -04:00
42ef3870d9 removed shorthand command aliases 2022-06-06 20:38:52 -04:00
662fc604cd updated gpg4win portable to 2.3.6 2022-06-06 20:33:55 -04:00
a793b91bb3 updated bw.exe to 1.22.1 2022-06-06 20:28:10 -04:00
8c2714a9d6 updated to work with api keys 2022-06-06 20:22:22 -04:00
e850610128 updated 7za to 21.07 2022-05-07 11:11:39 -04:00
5db8ed9259 removed all hashed code and self hosted url 2022-02-09 11:01:57 -05:00
baca57dd2b added quick notes for restoring attachments 2022-02-09 10:25:58 -05:00
5f3e7e0c1a Merge branch '2021Export' of https://git.johnhgaunt.com/jgaunt/bitwardenbackup 2022-01-03 09:28:56 -05:00
bd2cbc643e updated bw cli to 1.20.0 2021-12-20 16:44:29 -05:00
70920467e8 removed file hash check
it seems that during a git clone, all the file hashes are changed. removed the check until future notice.
Also removing signature file as that is having the same issue as the main script file hash changes and fails to verify
2021-11-26 12:35:12 -05:00
d406f89835 removed asc from ignore 2021-11-26 12:13:20 -05:00
2abcdbc50e updated sig to asc 2021-11-26 12:12:33 -05:00
8b7b83ee99 detached armor sig 2021-11-26 12:08:25 -05:00
fcac9fb9b7 Update bitwardenBackup.ps1.sig
so the gpg --sign was not detached which is what we want.
2021-11-26 12:06:04 -05:00
a409873f6b fixed the signature
the signature created with kleopatra would fail outside of the same computer.  Using the gpg --sign creates it correctly.
2021-11-26 12:00:35 -05:00
e2579b4057 problems with the signature on other computers
my win11 test computer didn't have any issues verify the sig but my laptop still does.
2021-11-26 11:55:55 -05:00
4af65b85e4 moved signature to armor 2021-11-26 11:54:02 -05:00
1bc05527d4 testing the signature 2021-11-26 11:24:25 -05:00
55b8e792ae new signature file 2021-11-25 12:49:56 -05:00
307eaa2a38 minor changes and comments 2021-11-25 12:48:57 -05:00
5c3b342c88 moved the $bw logout above the remove-variable so it works now. Created new signature 2021-11-25 12:01:43 -05:00
9e64f093ac added exit at the bottom and --no-options for gpg 2021-11-25 11:56:07 -05:00
86e16e64ee removed the gpg home from the ignore as the files are still hashed and causes errors 2021-11-25 11:52:20 -05:00
62a82ca818 updated gpg/home dir to ignore list 2021-11-25 11:26:06 -05:00
541ce541c9 created new signature 2021-11-25 11:15:51 -05:00
ee513a5e0e comment 2021-11-25 11:15:20 -05:00
c9546e3b91 updated hashes to use the compress to save a little bit of space 2021-11-25 11:14:59 -05:00
3649ca2167 added comments to generate file hashes 2021-11-25 11:12:15 -05:00
8481a48aa0 updated hashes file path to script path 2021-11-25 11:08:19 -05:00