2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-13 14:22:23 +00:00
restic/backend
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
..
doc.go Add decrypt, refactor 2014-10-03 21:44:55 +02:00
generic_test.go Add decrypt, refactor 2014-10-03 21:44:55 +02:00
generic.go List snapshots, accept snapshot id prefix 2014-11-24 21:12:32 +01:00
id.go Limit memory usage, add several sync.Pool 2014-11-23 21:26:20 +01:00
interface.go Store maps in new subdir "maps" 2014-11-23 22:26:01 +01:00
local_test.go Store maps in new subdir "maps" 2014-11-23 22:26:01 +01:00
local.go Check maps directory when opening repository 2014-11-23 23:34:34 +01:00
sftp.go Add maps directory to sftp backend 2014-11-23 23:37:40 +01:00