Skip to content

gobixm/insync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Description

Service and cli to replicate one folder to another.

Installation

# service
dotnet tool install --global Gobi.InSync.Service

# cli
dotnet tool install --global Gobi.InSync.Cli

Autostart

For windows run powershell script

New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" -Name "insyncd" -Value "c:\Users\'user name'\.dotnet\tools\insyncd.exe"  -PropertyType "String"

For linux create systemd unit

Usage

# view help
insync

# add watch
insync add -s <absolute_source_folder> -t <absolute_target_folder>

# remove watch
insync remove -s <absolute_source_folder> -t <absolute_target_folder>

# or, to remove all watches on source
insync remove -s <absolute_source_folder>

# list current watches
insync list

About

replicate folders

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages