HamRadioWiki : miniBackup

HomePage :: Categories :: Index :: Recent :: Comments :: Login

Revision [998]

Most recent edit made on 2006-10-25 18:07:55 by AlanB

Additions:

Mini Backup and Restore

Mini Backup (mb.py) is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored indexed by their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file. The program can run in a loop every N seconds and so maintain a fairly current backup in near real time. It is particularly useful to back up to a local Compact Flash or USB drive to provide protection against disk crashing or accidental deletion of files.
The simple Documentation and Configuration is in the source file in the first section.
A program to restore the files en-mass (to a new directory) is provided (mr.py). Individual files can also be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.


Deletions:

Mini Backup

Mini Backup (mb.py) is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored indexed by their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file.
The simple Configuration is in the source file.
A program to restore the files en-mass (to a new directory) is provided (mr.py). Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.




Revision [997]

Edited on 2006-10-25 18:04:00 by AlanB

Additions:
A program to restore the files en-mass (to a new directory) is provided (mr.py). Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.


Deletions:
A program to restore the files en-mass is provided (mr.py). Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.




Revision [996]

Edited on 2006-10-25 18:02:31 by AlanB

Additions:
Mini Backup (mb.py) is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored indexed by their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file.
A program to restore the files en-mass is provided (mr.py). Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.


Deletions:
Mini Backup is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored indexed by their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file.
A program to restore the files en-mass is in development. Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.




Revision [995]

Edited on 2006-10-25 13:06:52 by AlanB

Additions:
Mini Backup is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored indexed by their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file.
The simple Configuration is in the source file.
A program to restore the files en-mass is in development. Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.


Deletions:
Mini Backup is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored using their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file.
A program to restore the files is in development. Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.




Revision [994]

Edited on 2006-10-25 13:02:44 by AlanB

Additions:
Mini Backup is a small Python program that makes backups of filetrees on your computer. It is small and simple but has a number of useful features including extension and path part filters to reduce the stuff in the backup. The backup is kept in a filetree where the individual files are stored using their sha-1 hashes, so duplicate files are not repeated in the filestore. The path indexes are kept in a simple text index file.
A program to restore the files is in development. Individual files can be restored by hand by looking in the index to get the hash, and then getting the file from the hash directories.
-- AlanB




Revision [993]

Edited on 2006-10-25 12:57:54 by AlanB

Additions:
  Attachment Size Date Added
      mb.py   3.72 KB   10/25/2006 7:05 pm
      mr.py   2.25 KB   10/25/2006 7:03 pm
 


Deletions:
{files}




Revision [992]

The oldest known version of this page was edited on 2006-10-25 12:57:37 by AlanB

Mini Backup


{files}
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1812 seconds