summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/show_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2011-12-27use correct data for ls in showing generation timestampsLars Wirzenius1-2/+3
2011-12-27add --pretend-time optionLars Wirzenius1-1/+1
2011-12-27fix syntax errorLars Wirzenius1-1/+1
2011-12-27break long lines so they fit within 80 colsLars Wirzenius1-11/+16
2011-12-27add nagios check subcommandLars Wirzenius1-1/+64
2011-12-10add synopsis to every subcommand that's missing itLars Wirzenius1-1/+1
2011-11-26Use split time fields in backup, show pluginsLars Wirzenius1-1/+1
2011-09-19Refactor: remove duplicate method.Lars Wirzenius1-1/+1
2011-08-30Report file count and total data in generation with 'generations'.Lars Wirzenius1-1/+3
2011-08-20Fix all plugins to close live data and repository filesystems properly.Lars Wirzenius1-0/+4
2011-08-05Format columns so they're all of the same width.Lars Wirzenius1-6/+25
2011-08-05Don't print formatted lines at once.Lars Wirzenius1-2/+6
2011-08-05Refactor formatting of fields from formatting of whole line.Lars Wirzenius1-5/+9
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius1-2/+2
2011-07-18Add descriptions to all subcommands.Lars Wirzenius1-0/+4
2011-07-18Make use of cliapp's subcommand support.Lars Wirzenius1-4/+4
2011-07-17Change app.config to app.settings (the cliapp way).Lars Wirzenius1-1/+1
2011-07-17Start using cliapp's settings, instead of our own.Lars Wirzenius1-2/+2
2011-05-05Implement support for FIFO files.Lars Wirzenius1-0/+1
2011-04-05Use open_repository in the show plugin.Lars Wirzenius1-5/+1
2011-02-23Add genids command.Lars Wirzenius1-0/+6
2011-02-20Rename Store to Repository.Lars Wirzenius1-19/+19
2010-11-15Call clients clients, instead of hosts.Lars Wirzenius1-7/+7
2010-11-06Interpret "obnam ls" arguments as genspecs.Lars Wirzenius1-2/+2
2010-07-12Add --lru-size option.Lars Wirzenius1-1/+2
2010-07-11Add missing .connect() calls to filesystems.Lars Wirzenius1-0/+1
2010-07-05Add --upload-queue-size for tweaking size of upload queue for B-tree nodes.Lars Wirzenius1-1/+2
2010-07-04Add --node-size option and make everywhere use that.Lars Wirzenius1-1/+1
2010-07-04Mark checkpoint generations as such, and report them in generation listing.Lars Wirzenius1-2/+8
2010-05-09Treat generation ids as numbers, in the ls command.Lars Wirzenius1-0/+1
2010-02-14Make show plugin's command require --store, --hostname.Lars Wirzenius1-0/+2
2010-02-02Add a VfsFactory attribute to obnamlib.App, so that everyLars Wirzenius1-2/+2
2010-02-02Make Store record the start and end times of a generation.Lars Wirzenius1-1/+6
2010-02-02Add Metadata.islink method, similar to isdir, but for symlinks.Lars Wirzenius1-1/+1
2010-02-02Fix Metadata.isdir to work even when st_mode has not been set.Lars Wirzenius1-1/+1
2010-01-23Implement symlinks.Lars Wirzenius1-1/+8
2010-01-17Convert show plugin to new Store API.Lars Wirzenius1-45/+38
2009-12-13Added start, end timestamps to generations.Lars Wirzenius1-0/+6
2009-12-04Implemented the ls command to (recursively) list everything in the namedLars Wirzenius1-1/+52
2009-12-03Implemented a 'generations' command. Some refactoring.Lars Wirzenius1-2/+18
2009-12-03Wrote plugin to show info extracted from backup store. To start Lars Wirzenius1-0/+48