Rename backups => snapshot
This commit is contained in:
parent
611cbeebb9
commit
d818cb93a5
8 changed files with 178 additions and 166 deletions
|
|
@ -81,8 +81,8 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
|
|||
for _, d := range []string{
|
||||
dis.Config.DeployRoot,
|
||||
dis.InstancesDir(),
|
||||
dis.InprogressBackupPath(),
|
||||
dis.FinalBackupPath(),
|
||||
dis.SnapshotsStagingPath(),
|
||||
dis.SnapshotsArchivePath(),
|
||||
} {
|
||||
context.Println(d)
|
||||
if err := os.MkdirAll(d, os.ModeDir); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue