[lxc-devel] [lxd/master] Fix import/export help

stgraber on Github lxc-bot at linuxcontainers.org
Mon Nov 19 01:04:10 UTC 2018


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/20181119/9c385a8a/attachment.bin>
-------------- next part --------------
From 7f1c183bbb1bb2ce5f80d7eabc05b3244ed978c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sun, 18 Nov 2018 18:32:21 -0500
Subject: [PATCH 1/2] lxc/import: gzip is the default
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #5285

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxc/export.go | 4 ++--
 lxc/import.go | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lxc/export.go b/lxc/export.go
index fdb43c82dc..708c027ca1 100644
--- a/lxc/export.go
+++ b/lxc/export.go
@@ -31,7 +31,7 @@ func (c *cmdExport) Command() *cobra.Command {
 	cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
 		`Export containers as backup tarballs.`))
 	cmd.Example = cli.FormatSection("", i18n.G(
-		`lxc export u1 backup0.tar.xz
+		`lxc export u1 backup0.tar.gz
     Download a backup tarball of the u1 container.`))
 
 	cmd.RunE = c.Run
@@ -97,7 +97,7 @@ func (c *cmdExport) Run(cmd *cobra.Command, args []string) error {
 	if len(args) > 1 {
 		targetName = args[1]
 	} else {
-		targetName = "backup.tar.xz"
+		targetName = "backup.tar.gz"
 	}
 
 	target, err := os.Create(shared.HostPath(targetName))
diff --git a/lxc/import.go b/lxc/import.go
index 6d2ea724d7..0e61751e62 100644
--- a/lxc/import.go
+++ b/lxc/import.go
@@ -25,8 +25,8 @@ func (c *cmdImport) Command() *cobra.Command {
 	cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
 		`Import backups of containers including their snapshots.`))
 	cmd.Example = cli.FormatSection("", i18n.G(
-		`lxc import backup0.tar.xz
-    Create a new container using backup0.tar.xz as the source.`))
+		`lxc import backup0.tar.gz
+    Create a new container using backup0.tar.gz as the source.`))
 
 	cmd.RunE = c.Run
 

From 5c099487f7e94455bca99a21c789d011e9791e84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sun, 18 Nov 2018 18:32:38 -0500
Subject: [PATCH 2/2] i18n: Update translations
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/de.po      |  8 ++++----
 po/el.po      |  8 ++++----
 po/es.po      |  8 ++++----
 po/fa.po      |  8 ++++----
 po/fi.po      |  8 ++++----
 po/fr.po      |  8 ++++----
 po/hi.po      |  8 ++++----
 po/id.po      |  8 ++++----
 po/it.po      |  8 ++++----
 po/ja.po      | 10 ++++++----
 po/ko.po      |  8 ++++----
 po/lxd.pot    |  8 ++++----
 po/nb_NO.po   |  8 ++++----
 po/nl.po      |  8 ++++----
 po/pa.po      |  8 ++++----
 po/pl.po      |  8 ++++----
 po/pt_BR.po   |  8 ++++----
 po/ru.po      |  8 ++++----
 po/sr.po      |  8 ++++----
 po/sv.po      |  8 ++++----
 po/tr.po      |  8 ++++----
 po/uk.po      |  8 ++++----
 po/zh.po      |  8 ++++----
 po/zh_Hans.po |  8 ++++----
 24 files changed, 98 insertions(+), 96 deletions(-)

diff --git a/po/de.po b/po/de.po
index 84e8c4059b..33fe177946 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2018-10-08 21:27+0000\n"
 "Last-Translator: Tim Rose <tim at netlope.de>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/linux-containers/"
@@ -3460,7 +3460,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3488,8 +3488,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/el.po b/po/el.po
index aa73433e13..86c6266ddf 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\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/"
@@ -3148,7 +3148,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3176,8 +3176,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/es.po b/po/es.po
index 0f88fd0bfd..34ead9b452 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2018-02-10 11:39+0000\n"
 "Last-Translator: Allan Esquivel Sibaja <allan.esquivel.sibaja at gmail.com>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -3227,7 +3227,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3255,8 +3255,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/fa.po b/po/fa.po
index 6a2c819d67..e70beaa191 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/fi.po b/po/fi.po
index e4aee052b9..ada7cd0ea9 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/fr.po b/po/fr.po
index 77104d3977..1a419824f0 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2018-10-11 22:31+0000\n"
 "Last-Translator: Stéphane Graber <stgraber at stgraber.org>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/linux-containers/"
@@ -3567,7 +3567,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3595,8 +3595,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/hi.po b/po/hi.po
index b220aa3aad..69c5c4d756 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/id.po b/po/id.po
index 729a48494f..5d0222e1e4 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/it.po b/po/it.po
index 815aeca95b..8dec880a9f 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2017-08-18 14:22+0000\n"
 "Last-Translator: Alberto Donato <alberto.donato at gmail.com>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/linux-containers/"
@@ -3205,7 +3205,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3233,8 +3233,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/ja.po b/po/ja.po
index e40849f498..439e225dc1 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2018-10-12 14:44+0000\n"
 "Last-Translator: KATOH Yasufumi <karma at jazz.email.ne.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/linux-"
@@ -3355,8 +3355,9 @@ msgstr ""
 "    サーバの認証パスワードを blah に設定します。"
 
 #: lxc/export.go:33
+#, fuzzy
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 "lxc export u1 backup0.tar.xz\n"
@@ -3396,9 +3397,10 @@ msgstr ""
 "    YAML ファイルからイメージプロパティをロードします"
 
 #: lxc/import.go:27
+#, fuzzy
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 "lxc import backup0.tar.xz\n"
 "    backup0.tar.xz を使って新しいコンテナを作成します。"
diff --git a/po/ko.po b/po/ko.po
index e2e0349148..570f667e26 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/lxd.pot b/po/lxd.pot
index f79a171b90..474e5ecb17 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: 2018-11-08 23:16-0500\n"
+        "POT-Creation-Date: 2018-11-18 18:32-0500\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"
@@ -2988,7 +2988,7 @@ msgid   "lxc config set [<remote>:]<container> limits.cpu 2\n"
 msgstr  ""
 
 #: lxc/export.go:33
-msgid   "lxc export u1 backup0.tar.xz\n"
+msgid   "lxc export u1 backup0.tar.gz\n"
         "    Download a backup tarball of the u1 container."
 msgstr  ""
 
@@ -3011,8 +3011,8 @@ msgid   "lxc image edit <image>\n"
 msgstr  ""
 
 #: lxc/import.go:27
-msgid   "lxc import backup0.tar.xz\n"
-        "    Create a new container using backup0.tar.xz as the source."
+msgid   "lxc import backup0.tar.gz\n"
+        "    Create a new container using backup0.tar.gz as the source."
 msgstr  ""
 
 #: lxc/info.go:31
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 4e32fa0b17..239098c394 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/nl.po b/po/nl.po
index aad250f4f0..87d8ee57a0 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2018-09-24 23:21+0000\n"
 "Last-Translator: idef1x <sjoerd at sjomar.eu>\n"
 "Language-Team: Dutch <https://hosted.weblate.org/projects/linux-containers/"
@@ -3171,7 +3171,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3199,8 +3199,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/pa.po b/po/pa.po
index 0036c02b48..5adf6b5c95 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/pl.po b/po/pl.po
index 4b1661f6e5..d66331f55a 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\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/"
@@ -3190,7 +3190,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3218,8 +3218,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/pt_BR.po b/po/pt_BR.po
index cb8f02d3ea..a1af2ef71e 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: 2018-10-03 13:37+0000\n"
 "Last-Translator: Tiago A. Reul <tiago at reul.space>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@@ -3206,7 +3206,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3234,8 +3234,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/ru.po b/po/ru.po
index dd71624f4e..a8e108d0e5 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\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/"
@@ -3333,7 +3333,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3361,8 +3361,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/sr.po b/po/sr.po
index 9771240de2..f365c5caf0 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/sv.po b/po/sv.po
index 6f5c14e5cb..7197b76a58 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/tr.po b/po/tr.po
index 8d51be1b9f..9fe6f89c7e 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/uk.po b/po/uk.po
index 88dae9a051..04b6502619 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/zh.po b/po/zh.po
index c2d24c4ed5..791735a0fb 100644
--- a/po/zh.po
+++ b/po/zh.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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\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/"
@@ -3144,7 +3144,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3172,8 +3172,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31
diff --git a/po/zh_Hans.po b/po/zh_Hans.po
index 210b637530..65861f4057 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: 2018-11-08 15:23-0500\n"
+"POT-Creation-Date: 2018-11-18 18:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3141,7 +3141,7 @@ msgstr ""
 
 #: lxc/export.go:33
 msgid ""
-"lxc export u1 backup0.tar.xz\n"
+"lxc export u1 backup0.tar.gz\n"
 "    Download a backup tarball of the u1 container."
 msgstr ""
 
@@ -3169,8 +3169,8 @@ msgstr ""
 
 #: lxc/import.go:27
 msgid ""
-"lxc import backup0.tar.xz\n"
-"    Create a new container using backup0.tar.xz as the source."
+"lxc import backup0.tar.gz\n"
+"    Create a new container using backup0.tar.gz as the source."
 msgstr ""
 
 #: lxc/info.go:31


More information about the lxc-devel mailing list