Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ backup_dir
Method
backup_dir
certbot/src/workdir.rs:34–36 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
32
}
33
34
pub fn backup_dir(&self) -> PathBuf {
35
self.workdir.join(
"backup"
)
36
}
37
38
pub fn live_dir(&self) -> PathBuf {
39
self.workdir.join(
"live"
)
Callers
3
load_config
Function · 0.80
list_certs
Method · 0.80
list_cert_public_keys
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected