2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-13 14:22:23 +00:00
restic/cmd/khepri
Alexander Neumann 2c5d07a571 List snapshots, accept snapshot id prefix
Example:

    $ ./khepri snapshots
    ID        Date                 Source      Directory
    --------------------------------------------------------------------------------
    fa31d65b  2014-11-24 19:45:11  kasimir     /home/user/testdata
    20bdc140  2014-11-24 20:00:47  kasimir     /home/user/testdata
    326cb59d  2014-11-24 20:01:40  kasimir     /home/user/testdata
    20ff988b  2014-11-24 20:35:35  kasimir     /home/user
2014-11-24 21:12:32 +01:00
..
.gitignore Load config.mk in Makefile 2014-11-17 23:52:31 +01:00
cmd_backup.go Change bps and eta calculation to prevent overflow 2014-11-23 14:56:41 +01:00
cmd_cat.go List snapshots, accept snapshot id prefix 2014-11-24 21:12:32 +01:00
cmd_fsck.go Add decrypt, refactor 2014-10-03 21:44:55 +02:00
cmd_list.go Add "list maps" command 2014-11-23 23:29:29 +01:00
cmd_ls.go List snapshots, accept snapshot id prefix 2014-11-24 21:12:32 +01:00
cmd_restore.go List snapshots, accept snapshot id prefix 2014-11-24 21:12:32 +01:00
cmd_snapshots.go List snapshots, accept snapshot id prefix 2014-11-24 21:12:32 +01:00
debug_release.go Use different tags for debug log 2014-11-17 23:52:31 +01:00
debug.go Use different tags for debug log 2014-11-17 23:52:31 +01:00
main.go Require repository 2014-11-23 23:19:47 +01:00
Makefile Correct wildcard in Makefile 2014-11-23 15:15:11 +01:00
version.sh Add Makefile and version.sh, add 'version' command 2014-11-15 19:08:15 +01:00