1// +build !darwin
2
3package libkb
4
5func SetDisableBackup(mctx MetaContext, name string) error {
6	return nil
7}
8