[lxc-devel] [lxd/master] Prevent easy ctrl+c of `lxc export`

stgraber on Github lxc-bot at linuxcontainers.org
Thu Jul 23 17:17:29 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200723/24419301/attachment-0001.bin>
-------------- next part --------------
From 6bb9ed80c4fe48334e847a0d30c24e55206d9c3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 23 Jul 2020 13:15:08 -0400
Subject: [PATCH 1/3] lxd/operations: Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/operations/operations.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/operations/operations.go b/lxd/operations/operations.go
index 6b0f3c50b6..091d0e715e 100644
--- a/lxd/operations/operations.go
+++ b/lxd/operations/operations.go
@@ -290,7 +290,7 @@ func (op *Operation) Cancel() (chan error, error) {
 	}
 
 	if !op.mayCancel() {
-		return nil, fmt.Errorf("This Operation can't be cancelled")
+		return nil, fmt.Errorf("This operation can't be cancelled")
 	}
 
 	chanCancel := make(chan error, 1)

From a7765215328d0202145fb2365be0afd7270396ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 23 Jul 2020 13:15:31 -0400
Subject: [PATCH 2/3] lxc/export: Plug in cancelable wait
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #7685

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxc/export.go | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/lxc/export.go b/lxc/export.go
index 67ac0836f2..0eddf0d4ed 100644
--- a/lxc/export.go
+++ b/lxc/export.go
@@ -81,7 +81,26 @@ func (c *cmdExport) Run(cmd *cobra.Command, args []string) error {
 		return errors.Wrap(err, "Create instance backup")
 	}
 
+	// Watch the background operation
+	progress := utils.ProgressRenderer{
+		Format: i18n.G("Backing up instance: %s"),
+		Quiet:  c.global.flagQuiet,
+	}
+
+	_, err = op.AddHandler(progress.UpdateOp)
+	if err != nil {
+		progress.Done("")
+		return err
+	}
+
 	// Wait until backup is done
+	err = utils.CancelableWait(op, &progress)
+	if err != nil {
+		progress.Done("")
+		return err
+	}
+	progress.Done("")
+
 	err = op.Wait()
 	if err != nil {
 		return err
@@ -113,7 +132,7 @@ func (c *cmdExport) Run(cmd *cobra.Command, args []string) error {
 	defer target.Close()
 
 	// Prepare the download request
-	progress := utils.ProgressRenderer{
+	progress = utils.ProgressRenderer{
 		Format: i18n.G("Exporting the backup: %s"),
 		Quiet:  c.global.flagQuiet,
 	}

From 2e4ae875236eae842aebc4e033a0a85ea35839f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 23 Jul 2020 13:16:59 -0400
Subject: [PATCH 3/3] i18n: Update translation templates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 po/bg.po      | 11 ++++++++---
 po/ca.po      | 11 ++++++++---
 po/de.po      | 11 ++++++++---
 po/el.po      | 11 ++++++++---
 po/es.po      | 11 ++++++++---
 po/fa.po      | 11 ++++++++---
 po/fi.po      | 11 ++++++++---
 po/fr.po      | 11 ++++++++---
 po/hi.po      | 11 ++++++++---
 po/id.po      | 11 ++++++++---
 po/it.po      | 11 ++++++++---
 po/ja.po      | 11 ++++++++---
 po/ko.po      | 11 ++++++++---
 po/lxd.pot    | 11 ++++++++---
 po/nb_NO.po   | 11 ++++++++---
 po/nl.po      | 11 ++++++++---
 po/pa.po      | 11 ++++++++---
 po/pl.po      | 11 ++++++++---
 po/pt_BR.po   | 11 ++++++++---
 po/ru.po      | 11 ++++++++---
 po/sl.po      | 11 ++++++++---
 po/sr.po      | 11 ++++++++---
 po/sv.po      | 11 ++++++++---
 po/te.po      | 11 ++++++++---
 po/tr.po      | 11 ++++++++---
 po/uk.po      | 11 ++++++++---
 po/zh_Hans.po | 11 ++++++++---
 27 files changed, 216 insertions(+), 81 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index 97f67fa795..2856c6130c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/ca.po b/po/ca.po
index ee46199867..27eba7e847 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/de.po b/po/de.po
index 9f68c89082..04ab8841b3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2020-04-27 19:48+0000\n"
 "Last-Translator: Predatorix Phoenix <predatorix at web.de>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/linux-containers/"
@@ -544,7 +544,12 @@ msgstr "automatisches Update: %s"
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "Herunterfahren des Containers erzwingen."
+
+#: lxc/export.go:152
 #, fuzzy
 msgid "Backup exported successfully!"
 msgstr "Profil %s erstellt\n"
@@ -1361,7 +1366,7 @@ msgstr "Herunterfahren des Containers erzwingen."
 msgid "Export instances as backup tarballs."
 msgstr "Herunterfahren des Containers erzwingen."
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, fuzzy, c-format
 msgid "Exporting the backup: %s"
 msgstr "Herunterfahren des Containers erzwingen."
diff --git a/po/el.po b/po/el.po
index 06af4e563f..cf97b465c8 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2017-02-14 08:00+0000\n"
 "Last-Translator: Simos Xenitellis <simos.65 at gmail.com>\n"
 "Language-Team: Greek <https://hosted.weblate.org/projects/linux-containers/"
@@ -407,7 +407,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1163,7 +1168,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/es.po b/po/es.po
index 517c68c14a..1d26c3e877 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -531,7 +531,12 @@ msgstr "Auto actualización: %s"
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "No se puede proveer el nombre del container a la lista"
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1300,7 +1305,7 @@ msgstr "No se puede proveer el nombre del container a la lista"
 msgid "Export instances as backup tarballs."
 msgstr "No se puede proveer el nombre del container a la lista"
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, fuzzy, c-format
 msgid "Exporting the backup: %s"
 msgstr "No se puede proveer el nombre del container a la lista"
diff --git a/po/fa.po b/po/fa.po
index dd11258878..ef130db26b 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/fi.po b/po/fi.po
index f3571349cf..b9f2017d0d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/fr.po b/po/fr.po
index a7ec850855..cf3a2eb3b4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2019-01-04 18:07+0000\n"
 "Last-Translator: Deleted User <noreply+12102 at weblate.org>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/linux-containers/"
@@ -538,7 +538,12 @@ msgstr "Mise à jour auto. : %s"
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "Ignorer l'état du conteneur (seulement pour start)"
+
+#: lxc/export.go:152
 #, fuzzy
 msgid "Backup exported successfully!"
 msgstr "Image copiée avec succès !"
@@ -1373,7 +1378,7 @@ msgstr "Forcer l'arrêt du conteneur (seulement pour stop)"
 msgid "Export instances as backup tarballs."
 msgstr "Forcer l'arrêt du conteneur (seulement pour stop)"
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, fuzzy, c-format
 msgid "Exporting the backup: %s"
 msgstr "Import de l'image : %s"
diff --git a/po/hi.po b/po/hi.po
index 2d71839f90..b872623b3b 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/id.po b/po/id.po
index 3112de2a70..456fbf916c 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/it.po b/po/it.po
index 2880cc7325..88643a1656 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Luigi Operoso <brokenpip3 at gmail.com>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/linux-containers/"
@@ -521,7 +521,12 @@ msgstr "Aggiornamento automatico: %s"
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "Creazione del container in corso"
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1289,7 +1294,7 @@ msgstr "Creazione del container in corso"
 msgid "Export instances as backup tarballs."
 msgstr "Creazione del container in corso"
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, fuzzy, c-format
 msgid "Exporting the backup: %s"
 msgstr "Creazione del container in corso"
diff --git a/po/ja.po b/po/ja.po
index de0ff9ff7d..8da171ad57 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2020-07-03 17:01+0000\n"
 "Last-Translator: KATOH Yasufumi <karma at jazz.email.ne.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/linux-"
@@ -533,7 +533,12 @@ msgstr "自動更新: %s"
 msgid "BASE IMAGE"
 msgstr "BASE IMAGE"
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "インスタンスのインポート中: %s"
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr "バックアップのエクスポートが成功しました!"
 
@@ -1328,7 +1333,7 @@ msgstr "インスタンスのバックアップをエクスポートします"
 msgid "Export instances as backup tarballs."
 msgstr "インスタンスを tarball 形式のバックアップとしてエクスポートします。"
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr "バックアップのエクスポート中: %s"
diff --git a/po/ko.po b/po/ko.po
index 86225b79a6..041d66e838 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/lxd.pot b/po/lxd.pot
index c117f38506..9a6be7fbfe 100644
--- a/po/lxd.pot
+++ b/po/lxd.pot
@@ -7,7 +7,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: lxd\n"
         "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-        "POT-Creation-Date: 2020-07-15 11:38+0100\n"
+        "POT-Creation-Date: 2020-07-23 13:16-0400\n"
         "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
         "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
         "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -390,7 +390,12 @@ msgstr  ""
 msgid   "BASE IMAGE"
 msgstr  ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid   "Backing up instance: %s"
+msgstr  ""
+
+#: lxc/export.go:152
 msgid   "Backup exported successfully!"
 msgstr  ""
 
@@ -1066,7 +1071,7 @@ msgstr  ""
 msgid   "Export instances as backup tarballs."
 msgstr  ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid   "Exporting the backup: %s"
 msgstr  ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 77d6537ea6..1728d0c1f8 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/nl.po b/po/nl.po
index ce8a71629f..6d921c9f3d 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: Dutch <https://hosted.weblate.org/projects/linux-containers/"
@@ -521,7 +521,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1273,7 +1278,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/pa.po b/po/pa.po
index ca63f94550..30a3e52511 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 3fb85c42b2..7ba050a4bd 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2018-09-08 19:22+0000\n"
 "Last-Translator: m4sk1n <me at m4sk.in>\n"
 "Language-Team: Polish <https://hosted.weblate.org/projects/linux-containers/"
@@ -531,7 +531,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1283,7 +1288,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8eaae224f1..e22b34127a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2019-09-06 07:09+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@@ -545,7 +545,12 @@ msgstr "Atualização automática: %s"
 msgid "BASE IMAGE"
 msgstr "IMAGEM BASE"
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "Editar arquivos no container"
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr "Backup exportado com sucesso!"
 
@@ -1330,7 +1335,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 28be015a58..a41e34d62c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2018-06-22 15:57+0000\n"
 "Last-Translator: Александр Киль <shorrey at gmail.com>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/linux-containers/"
@@ -535,7 +535,12 @@ msgstr "Авто-обновление: %s"
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, fuzzy, c-format
+msgid "Backing up instance: %s"
+msgstr "Невозможно добавить имя контейнера в список"
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1314,7 +1319,7 @@ msgstr "Невозможно добавить имя контейнера в с
 msgid "Export instances as backup tarballs."
 msgstr "Невозможно добавить имя контейнера в список"
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, fuzzy, c-format
 msgid "Exporting the backup: %s"
 msgstr "Копирование образа: %s"
diff --git a/po/sl.po b/po/sl.po
index c6e8804c41..f2a73ae6b1 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 2c83b45c7a..30e472da7d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 290d67d3a9..a1e2872d11 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/te.po b/po/te.po
index f1c1bd647b..afd076d4dd 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 9fe7080dad..c2dcffc4e5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/uk.po b/po/uk.po
index 00f812ab0a..590aaee941 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -404,7 +404,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1156,7 +1161,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""
diff --git a/po/zh_Hans.po b/po/zh_Hans.po
index fc2442a96e..b4ccd3c4e8 100644
--- a/po/zh_Hans.po
+++ b/po/zh_Hans.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2020-07-15 11:38+0100\n"
+"POT-Creation-Date: 2020-07-23 13:16-0400\n"
 "PO-Revision-Date: 2018-09-11 19:15+0000\n"
 "Last-Translator: 0x0916 <w at laoqinren.net>\n"
 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@@ -407,7 +407,12 @@ msgstr ""
 msgid "BASE IMAGE"
 msgstr ""
 
-#: lxc/export.go:133
+#: lxc/export.go:86
+#, c-format
+msgid "Backing up instance: %s"
+msgstr ""
+
+#: lxc/export.go:152
 msgid "Backup exported successfully!"
 msgstr ""
 
@@ -1159,7 +1164,7 @@ msgstr ""
 msgid "Export instances as backup tarballs."
 msgstr ""
 
-#: lxc/export.go:117
+#: lxc/export.go:136
 #, c-format
 msgid "Exporting the backup: %s"
 msgstr ""


More information about the lxc-devel mailing list