Compare commits

..

No commits in common. "762c5386072c155074ea5b6d348b5f34918d37b4" and "b511eecec3434364a14587c15a3c09d33a20616a" have entirely different histories.

2 changed files with 4 additions and 16 deletions

12
app.go
View File

@ -560,18 +560,6 @@ func (a AppConfig) SendSnapshots() (err error) {
return return
} }
if !cfg.Box[dest.Box()].ZFSIsZFS(dest.Path() + "/" + src.Box() + "/" + src.Path()) {
if *debugFlag {
log.Printf("AppConfig.SendSnapshots : %s : Creating on %s path %s", a.Name, dest.Box(), dest.Path()+"/"+src.Box()+"/"+src.Path())
}
if err = cfg.Box[dest.Box()].ZFSCreateZFS(dest.Path() + "/" + src.Box() + "/" + src.Path()); err != nil {
if *debugFlag {
log.Printf("AppConfig.SendSnapshots : %s : Creating on %s path %s failed (%s)", a.Name, dest.Box(), dest.Path()+"/"+src.Box()+"/"+src.Path(), err)
}
return
}
}
if *debugFlag { if *debugFlag {
log.Printf("AppConfig.SendSnapshots : %s : Initializing snapshot on %s from %s", a.Name, dest.Box(), string(sFirstSnapshot)) log.Printf("AppConfig.SendSnapshots : %s : Initializing snapshot on %s from %s", a.Name, dest.Box(), string(sFirstSnapshot))
} }

View File

@ -1,6 +1,6 @@
// Code generated by version.sh (@generated) DO NOT EDIT. // Code generated by version.sh (@generated) DO NOT EDIT.
package main package main
var githash = "0083ab6" var githash = "d2e5b34"
var buildstamp = "2022-04-16_07:16:27" var buildstamp = "2021-11-14_10:19:30"
var commits = "28" var commits = "26"
var version = "0083ab6-b28 - 2022-04-16_07:16:27" var version = "d2e5b34-b26 - 2021-11-14_10:19:30"