• Обсуждения на сайте Альта-Софт

А можно с резервной копии как то достать ДТ без установки программы?

вопросы по работе с программным обеспечением

Модераторы: Renat, Gala, alta_olg, expert, Lemur

Ответить
splav
Эксперт
Сообщения: 1106
На форуме: c 02 фев 2005
Откуда: Краснодарcкий край
Сказал: 238 ед.
Получил: 91 ед.

А можно с резервной копии как то достать ДТ без установки программы?

Сообщение splav »

Здравствуйте,
А можно с резервной копии как то достать ДТ без установки программы?
Christopher23
Новый участник
Сообщения: 1
На форуме: c 17 Сегодня 2024
Сказал: 0 ед.
Получил: 0 ед.

Re: А можно с резервной копии как то достать ДТ без установки программы?

Сообщение Christopher23 »

To get data (DT) from backup without installing additional programs, you can try the following methods:
Use the tools available on the operating system:
Windows: Use File Explorer to browse to the backup folder and extract the data.
macOS: Use Finder to access backup files and drag and drop data out.
Browse and extract the archive:
If your backup is a compressed file (zip, tar, etc.), you can use the operating system's built-in decompression tools. On Windows, you just right-click and select "Extract All"; on macOS, you can double-click to extract the file.
Using cloud storage services:
If your backup is saved on cloud services like Google Drive, Dropbox, OneDrive, you can access and download it directly from your web browser without installing any additional programs.
Using Terminal/Command Prompt:
On Windows, you can use Command Prompt or PowerShell to access and copy files from the backup.
On macOS or Linux, you can use Terminal to execute similar commands
Here are some basic commands for copying files in Command Prompt (Windows) and Terminal (macOS/Linux):
Windows Command Prompt:
cmd
Copy the code
xcopy "source_path\*.*" "destination_path" /E /I /H
@ slice master
Ответить