Sha256: c433005715f51e1a32fc825a4142d055b5bca94ae9a25c583636fb1150ded40c
Contents?: true
Size: 248 Bytes
Versions: 9
Compression:
Stored size: 248 Bytes
Contents
class KuberKit::Tools::FilesSync include KuberKit::Import[ "shell.rsync_commands", "shell.local_shell" ] def sync(from_path, to_path, exclude: nil) rsync_commands.rsync(local_shell, from_path, to_path, exclude: exclude) end end
Version data entries
9 entries across 9 versions & 1 rubygems