About 165,000 results
  1. backup - How does Visual Studio Code recover data after a crash ...

    4 Brief answer to the question "How does Visual Studio Code recover data after a crash?": VSCode runs a "Hot exit". In my experience it's pretty reliable. When it runs, it creates a copy …

  2. php - General purpose remote data backup and download

    Dec 4, 2012 · 11 I want a PHP based solution to backup database (only data and not code) of a remote server and download the file.

  3. nosql - MongoDB: how to create a local "full" database backup …

    May 7, 2025 · I have the following scenario: a free Mongo-DB hosted on Atlas (mongodb.com) the storage size is restricted to 500 MB a personal app stores values into this DB But within …

  4. how to mysqldump remote db from local machine - Stack Overflow

    I need to do a mysqldump of a database on a remote server, but the server does not have mysqldump installed. I would like to use the mysqldump on my machine to connect to the …

  5. Create Sql Server Backup on Local Machine - Stack Overflow

    Jan 25, 2010 · 10 I am using SQL Server Management Studio running on my local machine. I can log on to a remote box (database engine) and use the Studio to create a database backup …

  6. SQL Server Backup to a Remote Server - Stack Overflow

    Jan 7, 2012 · I realise there is a command: BACKUP DATABASE [DB Name] TO DISK [PATH] Is it possible to backup to a remote location? - E.G. the web server rather than the database …

  7. How can I backup a Docker-container with its data-volumes?

    Oct 13, 2014 · This excludes the data volumes. back up docker data volumes To back up a data volume you can run a new container using the volume you want to back up and executing the …

  8. Backup a remote SQL Server database - Stack Overflow

    Mar 22, 2017 · I want to backup my remote SQL Server database onto the local computer. So far I've tried: using (SqlConnection defaultSqlConnection = new …

  9. Copy mysql database from remote server to local computer

    Mar 15, 2013 · Assuming the following command works successfully: mysql -u username -p -h remote.site.com The syntax for mysqldump is identical, and outputs the database dump to …

  10. How can I backup a remote SQL Server database to a local drive?

    Oct 15, 2010 · Of course a BAK file containg the full backup with all data and indizes from a remote SQL Server database can be retrieved on a local system. This can be done with …