8000 GitHub - flyeagles/filemgr: File manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flyeagles/filemgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filemgr

File manager

This local web app is to collect file information and store them in local SQLite. Then we can browse those files without visiting the file system.

Check Duplication with Files on RAID1 Disk

We can set a disk as RAID1 disk. We then can check whether some files in a given folder are duplicated with files on such RAID1 disk, and provide options to delete such tripple-duplicated files.

We use a field "is_raid1" in SQLite "disk" table to indicate whether a disk is RAID1 or not.

Supporting Technologies

SQLite3 Syntax Link: https://sqlite.org/doclist.html Django model migration: https://docs.djangoproject.com/en/2.0/topics/migrations/

About

File manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0