Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
developer:freenet_integration [2008/11/16 10:33]
henri
developer:freenet_integration [2008/11/16 11:00]
henri
Line 4: Line 4:
 ====== Approach ====== ====== Approach ======
 The best approach at present is to use FUSE to mount a storage area. Then backups can either be written to this area by a backup server or by the client directly. However, it is recommended that backups are sent via a backup server. This approach will avoid the deletion of files due to a rouge process or accident. Any time you are using a client to access a backup, do so with a read only access. The best approach at present is to use FUSE to mount a storage area. Then backups can either be written to this area by a backup server or by the client directly. However, it is recommended that backups are sent via a backup server. This approach will avoid the deletion of files due to a rouge process or accident. Any time you are using a client to access a backup, do so with a read only access.
 +
  
 ====== Links ====== ====== Links ======
  
-[[http://​freenet.googlecode.com/​svn/​trunk/​apps/​pyFreenet/​README.freedisk|FUSE FreenetFS Checklist]]+  * [[http://​freenet.googlecode.com/​svn/​trunk/​apps/​pyFreenet/​README.freedisk|FUSE FreenetFS Checklist]] 
 +  * [[http://​freenet.googlecode.com/​svn/​trunk/​apps/​pyFreenet/​fcp/​freenetfs.py|Google Code FreenetFS.py]] 
 +  * [[http://​wiki.freenetproject.org/​FreenetFS|FreenetFS Wiki]] 
 +  * [[http://​apps.sourceforge.net/​mediawiki/​fuse/​index.php?​title=Main_Page|FUSE Home]] 
 +  * [[http://​freshmeat.net/​projects/​curlftpfs/​|CurlFtpFS]] (Interesting but a little off topic) 
 +  * [[http://​freshmeat.net/​projects/​lufs/?​branch_id=31168|LUFS Fresh Meat Project]] (Supports FreenetFS)