Skip to content

Instantly share code, notes, and snippets.

@Knase
Created February 16, 2021 13:25
Show Gist options
  • Save Knase/9f3d9ef9c5adfcae866305ba6aa16cb0 to your computer and use it in GitHub Desktop.
Save Knase/9f3d9ef9c5adfcae866305ba6aa16cb0 to your computer and use it in GitHub Desktop.
tar magento 2
tar cvfj magento_dump.tar.bz2 /folder --exclude='var' --exclude='vendor' --exclude='pub/media' --exclude='pub/static' --exclude='generated'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment