Skip to content

kanatzidis/Wells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wells

Wells Screenshot

What is this?

Wells (as in H.G.) is a FUSE for Apple's Time Machine, made with Electron.js. It allows you to browse Apple Time Machine backup drives on linux. I made it because tmfs didn't handle deeply nested folders correctly, and to show what kind of cool stuff can be done with Electron.

Do I need this?

If you don't use linux, no. Mac reads it natively (obviously) and Windows can't do HFS.

How to use

Download the latest version as a .deb package here.

Then find it in your start menu or run wells from the command line.

If you want to run the electron app manually:

# If not already installed
# (this is for ubuntu/debian, replace with your own distro's package/command as appropriate)
sudo apt-get install libfuse-dev

# From inside the app repo
npm install

# Rebuild native modules
./node_modules/.bin/electron-rebuild -`./node_modules/.bin/electron -v`

npm start

License

MIT

About

A FUSE for Apple's Time Machine, made with Electron.js

Resources

Stars

Watchers

Forks

Packages

No packages published