mirror of
https://github.com/gilbertchen/duplicacy
synced 2026-01-02 08:33:46 +00:00
Release source code under the Fair Source 5 License
This commit is contained in:
13
duplicacy_shadowcopy.go
Normal file
13
duplicacy_shadowcopy.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) Acrosync LLC. All rights reserved.
|
||||
// Licensed under the Fair Source License 0.9 (https://fair.io/)
|
||||
// User Limitation: 5 users
|
||||
|
||||
// +build !windows
|
||||
|
||||
package duplicacy
|
||||
|
||||
func CreateShadowCopy(top string, shadowCopy bool) (shadowTop string) {
|
||||
return top
|
||||
}
|
||||
|
||||
func DeleteShadowCopy() {}
|
||||
Reference in New Issue
Block a user