summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/utils
Commit message (Expand)AuthorAgeFilesLines
* Various small fixes.Joel Andres Granados2008-11-191-2/+5
* backup.pyJoel Andres Granados2008-10-241-12/+3
* Create a new argument (reverting) for the BackupPersistent constructor.Joel Andres Granados2008-10-241-0/+10
* Error during deleting the metadata file is not fatalMartin Sivak2008-09-081-1/+4
* Delete the metadata file when using the "normal" Backup class.Joel Andres Granados2008-08-081-0/+1
* A time stamp in the backup directory name will help to differentiate them.Joel Andres Granados2008-08-081-1/+4
* We don't need the cleanup_persistent function any more.Joel Andres Granados2008-08-081-5/+3
* Print the persistent backup space path at the endMartin Sivak2008-08-081-1/+1
* Save metadata in Persistent cleanupMartin Sivak2008-08-081-0/+1
* Save metadata in backups, so we can write a restore toolMartin Sivak2008-08-081-0/+27
* Manage the persistent backup with a class of its own.Joel Andres Granados2008-08-081-5/+7
* Create a new backup directory every time, unless the user tells us otherwise.Joel Andres Granados2008-08-071-7/+16
* Do the persistent backup space in better wayMartin Sivak2008-08-071-10/+13
* Add PersistentBackup spaceMartin Sivak2008-08-071-4/+18
* Initial commit for the Grub plugin.Joel Andres Granados2008-08-071-0/+11
* Avoid the situation in which we use the erased dictionary to iterate on.Joel Andres Granados2008-07-141-1/+2
* These file was missed in the previous format checks.Joel Andres Granados2008-07-142-17/+27
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-142-5/+5
* Fix typo.Joel Andres Granados2008-06-061-1/+1
* Add an exists function to the backup system.Joel Andres Granados2008-06-061-2/+26
* Check to see if the backup dir is present when creating it.Joel Andres Granados2008-05-301-1/+4
* Backup valuesMartin Sivak2008-05-281-0/+34
* Typo in backup moduleMartin Sivak2008-04-241-3/+3
* Cleanup the whole backup directory in the end and use weakref for singleton r...Martin Sivak2008-04-081-2/+9
* And use different method for name generation in backupMartin Sivak2008-03-251-1/+2
* Actually import the required shutil module into backupMartin Sivak2008-03-251-0/+1
* Add basic file-based backup methodMartin Sivak2008-03-251-1/+72
* Introduce the common Backup interface and move utils package into directoryMartin Sivak2008-03-143-0/+168