Skip to content
Snippets Groups Projects
Commit 707cfd05 authored by Patrick Cernko's avatar Patrick Cernko
Browse files

create tarball of tempdir files and store it in mailinglist dir

parent e2f3997b
No related branches found
No related tags found
No related merge requests found
......@@ -98,3 +98,7 @@ if sshml test -r $mmarchive; then
chmod 644 $localarchive
$base/import_mbox.sh $localarchive $sympalistname $robot > $tmpdir/archive.log
fi
# store migration temp data in list dir
tar=$listdir/mailman2sympa.tar
(cd $tmpdir && tar -cf $tar * && chown sympa: $tar)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment