index

File management system

2021-11-22


File management system is a set of software tools that help managing files

It allows incremental storage of files which means that no data is deleted unless otherwise requested. Deleted files and previous file versions are kept on disks and synchronized between multiple local and remote disks to maintain high durability.

Finding files based on their metadata from multiple computers and disks is made easy. Visualizing the state of the files such as used storage space and amount of file duplicates is provided so that the user can get confidence that the files are kept safe.

Sharing files over a network is not in the scope of the file management system. File sharing systems such as Samba and web servers like Apache may be used for that. File management system focuses on organizing the files and keeping them backed up on multiple disks.

terms


managing files
delta compressed blob storage
downloading files from file agent network
file identity
managing files without folder hierarchy

This site is generated with zetgen