Comment 2 for bug 1279371

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

In the end of creation diagnostic snapshot we have:
Trying to execute command: tar zcf /var/www/nailgun/dump/fuel-snapshot-2015-04-09_04-06-50.tgz -C /var/www/nailgun/dump fuel-snapshot-2015-04-09_04-06-50

We can add an option to change it to something like:
tar zcf - -C /var/www/nailgun/dump/ fuel-snapshot-2015-04-09_04-13-17 | split --bytes=200MB - fuel-snapshot-2015-04-09_04-13-17.tgz

To archive it:
cat fuel-snapshot-2015-04-09_04-13-17.tgz* | tar xz