1CASHE(1)                             cashe                            CASHE(1)
2
3
4

NAME

6       cashe - Tool to access CAShe storage
7

SYNOPSIS

9       cashe {COMMAND} [OPTIONS...]
10

DESCRIPTION

12       View/alter objects within the a CAShe store.
13

COMMANDS

15       list
16           List the entries in the CAShe store. Just displays a prefix, the
17           checksum type, the checksum of the object and the size of the
18           object.
19
20           The prefix is either " " meaning the object is linked to at least
21           one other file, so can't be removed; "*" meaning the object is
22           newer than the configuration age; "!" meaning the object is older
23           than the configuration age.
24
25           --path or -p to use another path to a CAShe, default is too use the
26           system CAShe in /var/cashe/CAShe.
27
28           --sort-by to sort the entires listed by filename, atime, ctime,
29           mtime, nlink or size.
30
31       info
32           List most of the information about the entries in the CAShe store.
33
34       summary
35           Show summary information about all the entries in the CAShe store.
36           There are three types of data: free (has no links and is new enough
37           to be in the high/newer part of storage), old (has no links and is
38           old) and used (has one or more links, so can't be deleted).
39
40       check
41           List the entries in the CAShe store, but also check that the
42           objects are valid. A True/False is displayed instead of the size,
43           but if the user has permission then the object is automaticaly
44           removed if the check fails.
45
46       config
47           Print the configuration information for the specified CAShe store,
48           which is used for the cleanup operation.
49
50       load
51           Load an object from the CAShe store to a specified filename.
52
53           --copy-only don't try to link() the file.
54
55           --link try to link() the file.
56
57       save
58           Save a specified filename to an object in the CAShe store.
59
60           --copy-only don't try to link() the file.
61
62           --link try to link() the file.
63
64       save-fast
65           Save a specified filename to an object in the CAShe store, given
66           the specified checksum data (without any internal checking).
67
68           --copy-only don't try to link() the file.
69
70           --link try to link() the file.
71
72       unlink
73           Remove an object from the CAShe store.
74
75       cleanup
76           Cleanup bjects from the CAShe store, given the specified (or
77           default) configuration.
78
79       ls-extra
80           List extra files in the CAShe store.
81
82       rm-extra
83           Remove extra files from the CAShe store.
84
85       list-files
86           Works like the "list" command, but just displays the filename for
87           the objects and the sort must be by timestamp.
88
89       recent
90           Works like the "list-files" command, but only displays the last 10
91           objects.
92
93       rsync-from
94           Rsync files to another CAShe store from the CAShe store at a
95           specified destination. This works over ssh, and if you specify just
96           a host ending with ":" then the path for the CAShe you are using is
97           used as the path.  This is like: rsync source CAShe
98
99       rsync-to, rsync2
100           Rsync files from the CAShe store to another CAShe store at a
101           specified destination. This works over ssh, and if you specify just
102           a host ending with ":" then the path for the CAShe you are using is
103           used as the path.  This is like: rsync CAShe destination
104
105       help
106           Show the command line help for the cashe command.
107

SEE ALSO

109       dnf(1), yum(1)
110
111
112
113cashe                                                                 CASHE(1)
Impressum