mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 06:58:25 +08:00
refactoring
This commit is contained in:
@@ -113,7 +113,7 @@ func runBackup(cmd *Command, args []string) bool {
|
||||
}
|
||||
defer v.Close()
|
||||
|
||||
if err := v.Follow(volumeServer, grpcDialOption); err != nil {
|
||||
if err := v.IncrementalBackup(volumeServer, grpcDialOption); err != nil {
|
||||
fmt.Printf("Error synchronizing volume %d: %v\n", vid, err)
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user