fsync 1.1.0

dotnet tool install --global fsync --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local fsync --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fsync&version=1.1.0
nuke :add-package fsync --version 1.1.0

fsync tool

Sync local folder to remote cloud storage. Only Microsoft Azure is supported at the moment.

fsync push

pushes current folder into connfigured remote storage.

Specify Remote

Before fsync push can work, you need to specify the remote storage to push to. You can do that by passing --remote argument value or setting FSYNC_REMOTE env. variable.

String format: az://account=account_name;bucket=container_name;key=key

for instance:

fsync push --remote az://account=account_name;bucket=container_name;key=key

Other Parameters

  • If you want to push to a specific subfolder remotely, specify the --prefix parameter.
  • To specify a local folder different to local, use --local parameter.

In general, type fsync push -h to get the most up to date documentation.

Building

dotnet publish fsync.csproj -c release -r win-x64 -p:PublishSingleFile=true --self-contained true - p:PublishReadyToRun=true /p:PublishTrimmed=true /p:TrimMode=link
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.0 413 2/5/2021
1.0.0 386 12/16/2020