* Auto backup is experiencing slow upload @ 2021-05-30 9:13 Ammar Faizi 2021-05-30 9:23 ` Mysticial 0 siblings, 1 reply; 5+ messages in thread From: Ammar Faizi @ 2021-05-30 9:13 UTC (permalink / raw) To: gwml Good day! Today I have been noticed that our auto backup infrastructure is experiencing slow upload. ------------------------------- This time taken (it was normal): [Time taken for each job] gnuweeb_2021_05_29__12_00_01.sql.gz: 6.9175782203674 s postfixadmin_2021_05_29__12_00_01.sql.gz: 1.6636490821838 s vmail_gnuweeb_org_2021_05_29__12_00_01.tar.gz: 15.508871078491 s varlib_mailman_2021_05_29__12_00_01.tar.gz: 16.611973047256 s Total time: 40.702071428299 s Wall time: 40.708758115768 s [File size for each job] gnuweeb_2021_05_29__12_00_01.sql.gz: 8527 bytes postfixadmin_2021_05_29__12_00_01.sql.gz: 5079 bytes vmail_gnuweeb_org_2021_05_29__12_00_01.tar.gz: 30162083 bytes varlib_mailman_2021_05_29__12_00_01.tar.gz: 9419802 bytes Total size: 39595491 bytes ------------------------------- This time taken today (1847 seconds, that is insane!): [Time taken for each job] gnuweeb_2021_05_30__00_00_03.sql.gz: 8.8168129920959 s postfixadmin_2021_05_30__00_00_03.sql.gz: 2.5882170200348 s vmail_gnuweeb_org_2021_05_30__00_00_03.tar.gz: 1431.2381079197 s varlib_mailman_2021_05_30__00_00_03.tar.gz: 405.29715800285 s Total time: 1847.9402959347 s Wall time: 1847.9450051785 s [File size for each job] gnuweeb_2021_05_30__00_00_03.sql.gz: 8529 bytes postfixadmin_2021_05_30__00_00_03.sql.gz: 5078 bytes vmail_gnuweeb_org_2021_05_30__00_00_03.tar.gz: 30162106 bytes varlib_mailman_2021_05_30__00_00_03.tar.gz: 9421924 bytes Total size: 39597637 bytes ------------------------------- Related file: https://github.com/GNUWeeb/mail.gnuweeb.org/blob/ee14f5f8d5d8dd4d4f5ceb4a9f43a7663d66fc57/backup.php I don't yet know what is wrong with it. I suspect it is network issue, not bad programming issue. But still, I am still investigating it. Will send further update later if I am able to find the culprit. At least, I will wait for the next backup to be scheduled and see what will happen later. Regards, Ammar -- GWML mailing list [email protected] https://gwml.gnuweeb.org/listinfo/gwml ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Auto backup is experiencing slow upload 2021-05-30 9:13 Auto backup is experiencing slow upload Ammar Faizi @ 2021-05-30 9:23 ` Mysticial 2021-05-30 18:22 ` Nur Hikari 0 siblings, 1 reply; 5+ messages in thread From: Mysticial @ 2021-05-30 9:23 UTC (permalink / raw) To: gwml Have just executed the backup manually (without waiting it gets scheduled by crontab). The result is good enough. It turned out was just a network issue. root@gnuweeb:~# crontab -e No modification made root@gnuweeb:~# /usr/bin/env TG_BOT_TOKEN="xxxxxxx" TG_CHANNEL_ID="-xxxxxx" php /var/www/mail.gnuweeb.org/backup.php > /root/telegram_backup.log 2>&1 root@gnuweeb:~# cat /root/telegram_backup.log exec mysqldump --default-character-set=utf8mb4 --hex-blob -h'127.0.0.1' -P'xxxx' -u'xxxxxxx' -p'xxxxxxxx' 'gnuweeb' | gzip -9c > '/tmp/gnuweeb_2021_05_30__09_16_30.sql.gz' 2>&1 {"ok":true,"result":{"message_id":82,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366191,"document":{"file_name":"gnuweeb_2021_05_30__09_16_30.sql.gz","file_id":"BQACAgUAAx0ES3bxGgADUmCzV-9sipok1-emQ4vLsIAx4gSjAAI_AwACgEuZVaOdI0XGKCfdHwQ","file_unique_id":"AgADPwMAAoBLmVU","file_size":8898},"caption":"Datetime: 2021-05-30T09:16:30+00:00\nFile name: gnuweeb_2021_05_30__09_16_30.sql.gz\nFile size: 8898 bytes\nMD5 sum: 6363e6d6c144bac530385c8e6abbbb13\nSHA1 sum: 5abc09dd14ca056a51bfdf49a92787d2a6c0e075","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":35,"type":"code"},{"offset":83,"length":10,"type":"bold"},{"offset":94,"length":4,"type":"code"},{"offset":105,"length":8,"type":"bold"},{"offset":114,"length":32,"type":"code"},{"offset":147,"length":9,"type":"bold"},{"offset":157,"length":40,"type":"code"}]}} exec mysqldump --default-character-set=utf8mb4 --hex-blob -h'127.0.0.1' -P'xxxx' -u'xxxxxxx' -p'xxxxxxxx' 'xxxxxxx' | gzip -9c > '/tmp/xxxxxxx_2021_05_30__09_16_30.sql.gz' 2>&1 {"ok":true,"result":{"message_id":83,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366193,"document":{"file_name":"xxxxxxx_2021_05_30__09_16_30.sql.gz","file_id":"BQACAgUAAx0ES3bxGgADU2CzV_GM3xtu1t5XHttcHI0XU2UxAAJAAwACgEuZVZXtLZajzXHNHwQ","file_unique_id":"AgADQAMAAoBLmVU","file_size":5175},"caption":"Datetime: 2021-05-30T09:16:32+00:00\nFile name: xxxxxxx_2021_05_30__09_16_30.sql.gz\nFile size: 5175 bytes\nMD5 sum: c047b2395865e416a5a6699613f6cb9a\nSHA1 sum: 52a8f135138bef21aa1aeb572850928c0a87677b","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":40,"type":"code"},{"offset":88,"length":10,"type":"bold"},{"offset":99,"length":4,"type":"code"},{"offset":110,"length":8,"type":"bold"},{"offset":119,"length":32,"type":"code"},{"offset":152,"length":9,"type":"bold"},{"offset":162,"length":40,"type":"code"}]}} cd /var/vmail; tar --dereference -c gnuweeb.org | gzip -9c > '/tmp/vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz' {"ok":true,"result":{"message_id":84,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366209,"document":{"file_name":"vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz","file_id":"BQACAgUAAx0ES3bxGgADVGCzWAABlGrvg-zwE7tqESH1-v7D6AACQQMAAoBLmVVwSalpUAw4dh8E","file_unique_id":"AgADQQMAAoBLmVU","file_size":30319753},"caption":"Datetime: 2021-05-30T09:16:37+00:00\nFile name: vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz\nFile size: 30319753 bytes\nMD5 sum: 3fb3da4610309c7729e143521010c68c\nSHA1 sum: dbf944f46d17e35deaa9165c8c867e65ea02bc13","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":45,"type":"code"},{"offset":93,"length":10,"type":"bold"},{"offset":104,"length":8,"type":"code"},{"offset":119,"length":8,"type":"bold"},{"offset":128,"length":32,"type":"code"},{"offset":161,"length":9,"type":"bold"},{"offset":171,"length":40,"type":"code"}]}} cd /var/lib; tar --dereference -c mailman | gzip -9c > '/tmp/varlib_mailman_2021_05_30__09_16_30.tar.gz' {"ok":true,"result":{"message_id":85,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366220,"document":{"file_name":"varlib_mailman_2021_05_30__09_16_30.tar.gz","file_id":"BQACAgUAAx0ES3bxGgADVWCzWAuN5zu-5G273m4l1w76O60aAAJCAwACgEuZVWe9bBmK96HOHwQ","file_unique_id":"AgADQgMAAoBLmVU","file_size":9438168},"caption":"Datetime: 2021-05-30T09:16:53+00:00\nFile name: varlib_mailman_2021_05_30__09_16_30.tar.gz\nFile size: 9438168 bytes\nMD5 sum: dca9d29036c85e5079ca34dd7f84b54b\nSHA1 sum: eeaa966491c5682d0c474fa7ff4c5de9cd9697f9","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":42,"type":"code"},{"offset":90,"length":10,"type":"bold"},{"offset":101,"length":7,"type":"code"},{"offset":115,"length":8,"type":"bold"},{"offset":124,"length":32,"type":"code"},{"offset":157,"length":9,"type":"bold"},{"offset":167,"length":40,"type":"code"}]}} {"ok":true,"result":{"message_id":86,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366221,"text":"[Time taken for each job]\ngnuweeb_2021_05_30__09_16_30.sql.gz: 1.7395720481873 s\nxxxxxxx_2021_05_30__09_16_30.sql.gz: 1.5848047733307 s\nvmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 15.539685964584 s\nvarlib_mailman_2021_05_30__09_16_30.tar.gz: 11.031145095825 s\n\nTotal time: 29.895207881927 s\nWall time: 29.902309894562 s","entities":[{"offset":0,"length":25,"type":"bold"},{"offset":26,"length":36,"type":"bold"},{"offset":63,"length":15,"type":"code"},{"offset":81,"length":41,"type":"bold"},{"offset":123,"length":15,"type":"code"},{"offset":141,"length":46,"type":"bold"},{"offset":188,"length":15,"type":"code"},{"offset":206,"length":43,"type":"bold"},{"offset":250,"length":15,"type":"code"},{"offset":269,"length":11,"type":"bold"},{"offset":281,"length":15,"type":"code"},{"offset":299,"length":10,"type":"bold"},{"offset":310,"length":15,"type":"code"}]}} {"ok":true,"result":{"message_id":87,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366222,"text":"[File size for each job]\ngnuweeb_2021_05_30__09_16_30.sql.gz: 8898 bytes\nxxxxxxx_2021_05_30__09_16_30.sql.gz: 5175 bytes\nvmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 30319753 bytes\nvarlib_mailman_2021_05_30__09_16_30.tar.gz: 9438168 bytes\n\nTotal size: 39771994 bytes","entities":[{"offset":0,"length":24,"type":"bold"},{"offset":25,"length":36,"type":"bold"},{"offset":62,"length":4,"type":"code"},{"offset":73,"length":41,"type":"bold"},{"offset":115,"length":4,"type":"code"},{"offset":126,"length":46,"type":"bold"},{"offset":173,"length":8,"type":"code"},{"offset":188,"length":43,"type":"bold"},{"offset":232,"length":7,"type":"code"},{"offset":247,"length":11,"type":"bold"},{"offset":259,"length":8,"type":"code"}]}} {"ok":true,"result":{"message_id":88,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] GNU/Weeb Backup","type":"channel"},"date":1622366223,"text":"=========================="}} root@gnuweeb:~# Result: [Time taken for each job] gnuweeb_2021_05_30__09_16_30.sql.gz: 1.7395720481873 s postfixadmin_2021_05_30__09_16_30.sql.gz: 1.5848047733307 s vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 15.539685964584 s varlib_mailman_2021_05_30__09_16_30.tar.gz: 11.031145095825 s Total time: 29.895207881927 s Wall time: 29.902309894562 s [File size for each job] gnuweeb_2021_05_30__09_16_30.sql.gz: 8898 bytes postfixadmin_2021_05_30__09_16_30.sql.gz: 5175 bytes vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 30319753 bytes varlib_mailman_2021_05_30__09_16_30.tar.gz: 9438168 bytes Total size: 39771994 bytes -- GWML mailing list [email protected] https://gwml.gnuweeb.org/listinfo/gwml ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Auto backup is experiencing slow upload 2021-05-30 9:23 ` Mysticial @ 2021-05-30 18:22 ` Nur Hikari 2021-05-30 23:04 ` Ammar Faizi 2021-05-31 0:03 ` Ammar Faizi 0 siblings, 2 replies; 5+ messages in thread From: Nur Hikari @ 2021-05-30 18:22 UTC (permalink / raw) To: GNU/Weeb Mailing List [-- Attachment #1.1: Type: text/plain, Size: 8959 bytes --] Hi everyone, As I know from my friends, cloud provider we use somewhat limit bandwidth to outside IIX and Telegram asia server is hosted ouside IIX. IIX = Indonesia Internet Exchange 2021年5月30日(日) 16:23 Mysticial <[email protected]>: > Have just executed the backup manually (without waiting it gets > scheduled by crontab). The result is good enough. It turned out was > just a network issue. > > root@gnuweeb:~# crontab -e > No modification made > root@gnuweeb:~# /usr/bin/env TG_BOT_TOKEN="xxxxxxx" > TG_CHANNEL_ID="-xxxxxx" php /var/www/mail.gnuweeb.org/backup.php > > /root/telegram_backup.log 2>&1 > root@gnuweeb:~# cat /root/telegram_backup.log > exec mysqldump --default-character-set=utf8mb4 --hex-blob > -h'127.0.0.1' -P'xxxx' -u'xxxxxxx' -p'xxxxxxxx' 'gnuweeb' | gzip -9c > > '/tmp/gnuweeb_2021_05_30__09_16_30.sql.gz' 2>&1 > {"ok":true,"result":{"message_id":82,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb > Backup","type":"channel"},"date":1622366191,"document":{"file_name":"gnuweeb_2021_05_30__09_16_30.sql.gz","file_id":"BQACAgUAAx0ES3bxGgADUmCzV-9sipok1-emQ4vLsIAx4gSjAAI_AwACgEuZVaOdI0XGKCfdHwQ","file_unique_id":"AgADPwMAAoBLmVU","file_size":8898},"caption":"Datetime: > > 2021-05-30T09:16:30+00:00\nFile name: > gnuweeb_2021_05_30__09_16_30.sql.gz\nFile size: 8898 bytes\nMD5 sum: > 6363e6d6c144bac530385c8e6abbbb13\nSHA1 sum: > > 5abc09dd14ca056a51bfdf49a92787d2a6c0e075","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":35,"type":"code"},{"offset":83,"length":10,"type":"bold"},{"offset":94,"length":4,"type":"code"},{"offset":105,"length":8,"type":"bold"},{"offset":114,"length":32,"type":"code"},{"offset":147,"length":9,"type":"bold"},{"offset":157,"length":40,"type":"code"}]}} > exec mysqldump --default-character-set=utf8mb4 --hex-blob > -h'127.0.0.1' -P'xxxx' -u'xxxxxxx' -p'xxxxxxxx' 'xxxxxxx' | gzip -9c > > '/tmp/xxxxxxx_2021_05_30__09_16_30.sql.gz' 2>&1 > {"ok":true,"result":{"message_id":83,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb > Backup","type":"channel"},"date":1622366193,"document":{"file_name":"xxxxxxx_2021_05_30__09_16_30.sql.gz","file_id":"BQACAgUAAx0ES3bxGgADU2CzV_GM3xtu1t5XHttcHI0XU2UxAAJAAwACgEuZVZXtLZajzXHNHwQ","file_unique_id":"AgADQAMAAoBLmVU","file_size":5175},"caption":"Datetime: > > 2021-05-30T09:16:32+00:00\nFile name: > xxxxxxx_2021_05_30__09_16_30.sql.gz\nFile size: 5175 bytes\nMD5 sum: > c047b2395865e416a5a6699613f6cb9a\nSHA1 sum: > > 52a8f135138bef21aa1aeb572850928c0a87677b","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":40,"type":"code"},{"offset":88,"length":10,"type":"bold"},{"offset":99,"length":4,"type":"code"},{"offset":110,"length":8,"type":"bold"},{"offset":119,"length":32,"type":"code"},{"offset":152,"length":9,"type":"bold"},{"offset":162,"length":40,"type":"code"}]}} > cd /var/vmail; tar --dereference -c gnuweeb.org | gzip -9c > > '/tmp/vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz' > {"ok":true,"result":{"message_id":84,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb > Backup","type":"channel"},"date":1622366209,"document":{"file_name":"vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz","file_id":"BQACAgUAAx0ES3bxGgADVGCzWAABlGrvg-zwE7tqESH1-v7D6AACQQMAAoBLmVVwSalpUAw4dh8E","file_unique_id":"AgADQQMAAoBLmVU","file_size":30319753},"caption":"Datetime: > > 2021-05-30T09:16:37+00:00\nFile name: > vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz\nFile size: 30319753 > bytes\nMD5 sum: 3fb3da4610309c7729e143521010c68c\nSHA1 sum: > > dbf944f46d17e35deaa9165c8c867e65ea02bc13","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":45,"type":"code"},{"offset":93,"length":10,"type":"bold"},{"offset":104,"length":8,"type":"code"},{"offset":119,"length":8,"type":"bold"},{"offset":128,"length":32,"type":"code"},{"offset":161,"length":9,"type":"bold"},{"offset":171,"length":40,"type":"code"}]}} > cd /var/lib; tar --dereference -c mailman | gzip -9c > > '/tmp/varlib_mailman_2021_05_30__09_16_30.tar.gz' > {"ok":true,"result":{"message_id":85,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb > Backup","type":"channel"},"date":1622366220,"document":{"file_name":"varlib_mailman_2021_05_30__09_16_30.tar.gz","file_id":"BQACAgUAAx0ES3bxGgADVWCzWAuN5zu-5G273m4l1w76O60aAAJCAwACgEuZVWe9bBmK96HOHwQ","file_unique_id":"AgADQgMAAoBLmVU","file_size":9438168},"caption":"Datetime: > > 2021-05-30T09:16:53+00:00\nFile name: > varlib_mailman_2021_05_30__09_16_30.tar.gz\nFile size: 9438168 > bytes\nMD5 sum: dca9d29036c85e5079ca34dd7f84b54b\nSHA1 sum: > > eeaa966491c5682d0c474fa7ff4c5de9cd9697f9","caption_entities":[{"offset":0,"length":9,"type":"bold"},{"offset":10,"length":25,"type":"code"},{"offset":36,"length":10,"type":"bold"},{"offset":47,"length":42,"type":"code"},{"offset":90,"length":10,"type":"bold"},{"offset":101,"length":7,"type":"code"},{"offset":115,"length":8,"type":"bold"},{"offset":124,"length":32,"type":"code"},{"offset":157,"length":9,"type":"bold"},{"offset":167,"length":40,"type":"code"}]}} > {"ok":true,"result":{"message_id":86,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb Backup","type":"channel"},"date":1622366221,"text":"[Time taken > for each job]\ngnuweeb_2021_05_30__09_16_30.sql.gz: 1.7395720481873 > s\nxxxxxxx_2021_05_30__09_16_30.sql.gz: 1.5848047733307 > s\nvmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 15.539685964584 > s\nvarlib_mailman_2021_05_30__09_16_30.tar.gz: 11.031145095825 > s\n\nTotal time: 29.895207881927 s\nWall time: 29.902309894562 > > s","entities":[{"offset":0,"length":25,"type":"bold"},{"offset":26,"length":36,"type":"bold"},{"offset":63,"length":15,"type":"code"},{"offset":81,"length":41,"type":"bold"},{"offset":123,"length":15,"type":"code"},{"offset":141,"length":46,"type":"bold"},{"offset":188,"length":15,"type":"code"},{"offset":206,"length":43,"type":"bold"},{"offset":250,"length":15,"type":"code"},{"offset":269,"length":11,"type":"bold"},{"offset":281,"length":15,"type":"code"},{"offset":299,"length":10,"type":"bold"},{"offset":310,"length":15,"type":"code"}]}} > {"ok":true,"result":{"message_id":87,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb Backup","type":"channel"},"date":1622366222,"text":"[File size > for each job]\ngnuweeb_2021_05_30__09_16_30.sql.gz: 8898 > bytes\nxxxxxxx_2021_05_30__09_16_30.sql.gz: 5175 > bytes\nvmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 30319753 > bytes\nvarlib_mailman_2021_05_30__09_16_30.tar.gz: 9438168 > bytes\n\nTotal size: 39771994 > > bytes","entities":[{"offset":0,"length":24,"type":"bold"},{"offset":25,"length":36,"type":"bold"},{"offset":62,"length":4,"type":"code"},{"offset":73,"length":41,"type":"bold"},{"offset":115,"length":4,"type":"code"},{"offset":126,"length":46,"type":"bold"},{"offset":173,"length":8,"type":"code"},{"offset":188,"length":43,"type":"bold"},{"offset":232,"length":7,"type":"code"},{"offset":247,"length":11,"type":"bold"},{"offset":259,"length":8,"type":"code"}]}} > {"ok":true,"result":{"message_id":88,"sender_chat":{"id":-xxxxxxxx,"title":"[Internal] > > GNU/Weeb > Backup","type":"channel"},"chat":{"id":-xxxxxxxx,"title":"[Internal] > GNU/Weeb > > Backup","type":"channel"},"date":1622366223,"text":"=========================="}} > root@gnuweeb:~# > > Result: > [Time taken for each job] > gnuweeb_2021_05_30__09_16_30.sql.gz: 1.7395720481873 s > postfixadmin_2021_05_30__09_16_30.sql.gz: 1.5848047733307 s > vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 15.539685964584 s > varlib_mailman_2021_05_30__09_16_30.tar.gz: 11.031145095825 s > > Total time: 29.895207881927 s > Wall time: 29.902309894562 s > > [File size for each job] > gnuweeb_2021_05_30__09_16_30.sql.gz: 8898 bytes > postfixadmin_2021_05_30__09_16_30.sql.gz: 5175 bytes > vmail_gnuweeb_org_2021_05_30__09_16_30.tar.gz: 30319753 bytes > varlib_mailman_2021_05_30__09_16_30.tar.gz: 9438168 bytes > > Total size: 39771994 bytes > > -- > GWML mailing list > [email protected] > https://gwml.gnuweeb.org/listinfo/gwml > [-- Attachment #1.2: Type: text/html, Size: 14330 bytes --] [-- Attachment #2: Type: text/plain, Size: 78 bytes --] -- GWML mailing list [email protected] https://gwml.gnuweeb.org/listinfo/gwml ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Auto backup is experiencing slow upload 2021-05-30 18:22 ` Nur Hikari @ 2021-05-30 23:04 ` Ammar Faizi 2021-05-31 0:03 ` Ammar Faizi 1 sibling, 0 replies; 5+ messages in thread From: Ammar Faizi @ 2021-05-30 23:04 UTC (permalink / raw) To: gwml > Hi everyone, As I know from my friends, cloud provider we use > somewhat limit bandwidth to outside IIX and Telegram asia server is > hosted ouside IIX. > > IIX = Indonesia Internet Exchange It seems it was just a temporary network issue. I don't think we got rate limited just for uploading files under 100 MB (ATM, as the file size may grow). Let's see whether the issue will occur again or not. The backup is scheduled every 12 hours (at 12 AM and 12 PM UTC). This means the next backup will be done this morning at 7 AM (GMT+7). Ammar -- GWML mailing list [email protected] https://gwml.gnuweeb.org/listinfo/gwml ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Auto backup is experiencing slow upload 2021-05-30 18:22 ` Nur Hikari 2021-05-30 23:04 ` Ammar Faizi @ 2021-05-31 0:03 ` Ammar Faizi 1 sibling, 0 replies; 5+ messages in thread From: Ammar Faizi @ 2021-05-31 0:03 UTC (permalink / raw) To: gwml It is just fine today. So this case is closed. [Time taken for each job] gnuweeb_2021_05_31__00_00_01.sql.gz: 1.7027349472046 s postfixadmin_2021_05_31__00_00_01.sql.gz: 1.6052749156952 s vmail_gnuweeb_org_2021_05_31__00_00_01.tar.gz: 16.358771800995 s varlib_mailman_2021_05_31__00_00_01.tar.gz: 11.718985795975 s Total time: 31.385767459869 s Wall time: 31.397781133652 s [File size for each job] gnuweeb_2021_05_31__00_00_01.sql.gz: 10305 bytes postfixadmin_2021_05_31__00_00_01.sql.gz: 5535 bytes vmail_gnuweeb_org_2021_05_31__00_00_01.tar.gz: 30637752 bytes varlib_mailman_2021_05_31__00_00_01.tar.gz: 9464800 bytes Total size: 40118392 bytes Conclusion: There was a temporary network issue. Ammar -- GWML mailing list [email protected] https://gwml.gnuweeb.org/listinfo/gwml ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-31 0:03 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-05-30 9:13 Auto backup is experiencing slow upload Ammar Faizi 2021-05-30 9:23 ` Mysticial 2021-05-30 18:22 ` Nur Hikari 2021-05-30 23:04 ` Ammar Faizi 2021-05-31 0:03 ` Ammar Faizi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox