This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scopes": [ | |
// MINIMAL AUTO TRIGGER - NOT RECOMMENDED | |
// will always query files for auto completions | |
// { | |
// "scope": ".", | |
// "extensions": ["*"], | |
// "auto": true | |
// }, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conectarse al servidor remoto | |
$ ssh [email protected] | |
# Hago el dump en el sistema remoto | |
$ mongodump | |
# Comprimo el archivo en el sistema remoto | |
$ tar -zcvf armatubicicleta.tgz dump/armatubicicleta/ | |
# Me descargo el archivo a mi sistema local (desde la terminal local) | |
$ scp [email protected]:/root/dump/armatubicicleta.tgz /home/joaco/armatubicicleta.tgz | |
# Descomprimo el archivo | |
$ tar -zxvf armatubicicleta.tgz |
NewerOlder