M
M
Maxim Mymrin2017-09-06 01:47:17
Programming
Maxim Mymrin, 2017-09-06 01:47:17

Is there a program that allows you to take a snapshot (screenshots) of the file system?

Is there a program that takes a snapshot of the selected folder (disk), with all subfolders .. No physical recording .. Just a screenshot and the ability to move through the structure of the file system ..?
Where Useful .. Know what unnecessary trash he threw on the cloud .. Know what was saved on the old hard drive (in case it fails, know what files, movies, etc. were there)?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
K
Konstantin Tsiolkovsky, 2017-09-07
@reifwp

Isn't that what they mean: www.jam-software.com/treesize_free ?

R
res2001, 2017-09-06
@res2001

dir /s /b <folder path>
Isn't it?

P
poisons, 2017-09-06
@poisons

It was popular under the king of peas .
Type files on pigs, and the catalog program locally stores metadata and will tell you the number of the pig where the file is physically.

S
Saboteur, 2017-09-06
@saboteur_kiev

There are so-called "null archivers" that create an archive that stores the file structure inside the files - perhaps some kind of meta-information and catalogers
. For example, vvv.exe, which can be added to FAR and run through such archives in the usual way.
plugring.farmanager.com/plugin.php?pid=758&l=ru
Cataloger
https://sourceforge.net/projects/vvvapp/

A
Artem @Jump, 2017-09-06
Tag

Looking what file system.
If we are talking about NTFS, use the built-in vssadmin command line utility.
For example -

vssadmin create shadow /for=<ForVolumeSpec> [/autoretry=<MaxRetryMinutes>]

K
Konstantin Tsvetkov, 2017-09-06
@tsklab

If you need a file with structure and filenames, then there are plenty of answers already.
But there is something else: a complete (updated if necessary) copy of the folder structure with zero-length files.

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------
              Применение :: ROBOCOPY источник назначение [файл [файл]...] 
                            [Параметры]

                 Источник:: Исходная папка (диск:\путь или
                            \\сервер\общий ресурс\путь).
              Назначение :: Конечная папка (диск:\путь или 
                            \\сервер\общий ресурс\путь).
                    Файл :: Копировать файлы   (имена и подстановочные знаки:
                            по умолчанию "*.*").

...
                 /CREATE :: Создать только дерево папок и файлы нулевой длины.
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question