Asif Bacchus asif
asif commented on issue asif/MailcowBackup#4 2018-10-28 06:15:21 -06:00
Timestamp doesn't update
  • a14d0ba4a5 wrote function to create a dynamic timestamp
asif closed issue asif/MailcowBackup#4 2018-10-28 06:15:21 -06:00
Timestamp doesn't update
asif opened issue asif/MailcowBackup#4 2018-10-28 06:12:44 -06:00
Timestamp doesn't update
asif commented on issue asif/NextCloudBackup#1 2018-10-28 06:10:20 -06:00
Timestamp doesn't update

b8f96227cc replaced all static date stamps with reference to dynamic function

asif closed issue asif/NextCloudBackup#1 2018-10-28 06:10:20 -06:00
Timestamp doesn't update
asif opened issue asif/NextCloudBackup#1 2018-10-28 06:08:21 -06:00
Timestamp doesn't update
asif pushed to master at asif/MailcowBackup 2018-10-28 05:26:06 -06:00
e23feddb1b added comment for stamp function
asif pushed to master at asif/NextCloudBackup 2018-10-28 05:25:06 -06:00
b8f96227cc replaced all ${stamp} with [$(stamp)]
9e704bd440 removed static stamp var and replaced with dynamic function
Compare 2 commits »
asif pushed to master at asif/MailcowBackup 2018-10-28 05:19:55 -06:00
12bc49a59e replaced all ${stamp} with [$(stamp)]
a14d0ba4a5 removed fixed 'stamp' var and replaced it with a function so it updates
Compare 2 commits »
asif commented on issue asif/MailcowBackup#3 2018-10-25 14:25:23 -06:00
<500 when get issue>

Error was compounded by actual docker-compose exec needing to be run with -T also, not just return code query.

asif closed issue asif/MailcowBackup#3 2018-10-25 14:25:23 -06:00
<500 when get issue>
asif commented on issue asif/MailcowBackup#2 2018-10-25 14:23:26 -06:00
<500 when get issue>

292dc3c1b8 added explicit PATH within script for all likely locations of docker-compose

asif closed issue asif/MailcowBackup#2 2018-10-25 14:23:26 -06:00
<500 when get issue>
asif closed issue asif/MailcowBackup#1 2018-10-25 14:20:13 -06:00
<500 when get issue>
asif pushed to master at asif/MailcowBackup 2018-10-25 13:47:51 -06:00
ed9db22534 execute docker-compose exec ops w/o TTY (-T)
asif pushed to master at asif/MailcowBackup 2018-10-25 13:27:11 -06:00
7e92495c94 Check exitcode from within redis container after cli-save
0808888030 Check dump exitcode from within mysql container
Compare 2 commits »
asif pushed to master at asif/MailcowBackup 2018-10-25 12:49:05 -06:00
8bb9617e34 Corrected missing 'then'
asif pushed to master at asif/MailcowBackup 2018-10-25 10:37:27 -06:00
fb6a2e9014 Clean old redis backup and then check if new backup > 0 bytes written
6b91b93738 Moved docker volume location vars earlier in script
Compare 2 commits »
asif pushed to master at asif/MailcowBackup 2018-10-25 09:42:34 -06:00
5af5a064a9 replaced redis err check w/ verification of success string piped to log
9bd6c9d431 Removed err check for sqldump, replaced w/ dumpfile > 0 existance check
93a0cce519 added checkExist for file > 0 bytes
Compare 3 commits »
asif opened issue asif/MailcowBackup#3 2018-10-25 05:21:44 -06:00
SQLDump error check is wrong