博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SyncTrayzor -- Windows tray utility / filesystem watcher / launcher for syncthing
阅读量:6568 次
发布时间:2019-06-24

本文共 3382 字,大约阅读时间需要 11 分钟。

SyncTrayzor is a little tray utility for Syncthing on Windows.

It hosts and wraps Syncthing, making it behave more like a native Windows application

and less like a command-line utility with a web browser interface.

Features include:

  • Has a built-in web browser, so you don't need to fire up an external browser.
  • Optionally starts on login, so you don't need to set up Syncthing as a service.
  • Can watch your folders for changes, so you don't have to poll them frequently:
    • Syncthing on its own has to poll your folders, in order to see if any files have changed.
    • SyncTrayzor will watch your folders for changes, and alert Syncthing the second anything changes.
    • This means you can increase the polling interval in Syncthing, avoiding the resource usage of high-frequency polling, but still have any changes propagated straight away.
    • Folder watching respects the ignores configured in Syncthing.
  • Tray icon indicates when synchronization is occurring.
  • Optional tray messages when folders have finished syncing.

Version 1.0.18

v1.0.18 was released hours after v1.0.17 in order to fix an issue. v1.0.17's changelog is as follows:

  • Fix crash when renaming a file whose path exceeds the Windows path length limit (#72)
  • Fix 'Open Folder' button in Syncthing UI (#65)
  • Ensure that folder list in Settings does not exceed screen height (#76)
  • Start minimized after automatic upgrade (#59)
  • Add italian translation (thanks stukdev)
  • Improve text in icon context menu (#71)
  • Console will scroll to end after resize (#67)

Downloads

What will SyncTrayzor do to my system?

Good question. The answer depends on whether you installed SyncTrayzor using the installer, or are running it standalone.

Installer

SyncTrayzor will install itself into 

C:\Program Files\SyncTrayzor.

By default, SyncTrayzor will put its own configuration in 

C:\Users\<You>\AppData\Roaming\SyncTrayor, and let Syncthing use its default folder for its database, which is 

C:\Users\<You>\AppData\Local\Syncthing.

It will also create a registry key at

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\SyncTrayzor 

the first time that it is run, which will let it start when you log in.

You can delete this registry key by unchecking "Automatically start on login" in the settings.

If you check "Use custom home directory or Syncthing" in the settings, then SyncTrayzor will tell Syncthing to use 

C:\Users\<You>\AppData\Local\SyncTrayzor\syncthing 

for its database.

This is useful if you want to keep the copy of Syncthing managed by SyncTrayzor separate from another copy running on your machine.

The auto-update mechanism may download updates to 

%TEMP%\SyncTrayzor.

This location is periodically cleared out (once every few days).

Standalone

SyncTrayzor will put its own configuration in 

SyncTrayzorPortable\data,

and tell Syncthing to use

SyncTrayzorPortable\data\syncthing 

for its database.

This means that, when upgrading, you can simply move the 'data' folder over to move all your settings, and database.

If you uncheck "Use custom home directory or Syncthing" in the settings, then Syncthing will use its default folder for its database, which is 

C:\Users\<You>\AppData\Local\Syncthing.

The portable version won't start on login by default.

If you check "Automatically start on login" in the settings, then a registry key will be created at

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\SyncTrayzor.

 

转载地址:http://pfpjo.baihongyu.com/

你可能感兴趣的文章
jquery 选择时间(小时)区间(二)
查看>>
WebService的编写与调用
查看>>
(模板)字符串哈希
查看>>
input:focus
查看>>
java中String,int,Integer,char、double类型转换
查看>>
Hdoj 2544
查看>>
nginx转发端口路由器再转发
查看>>
Python自动化运维之5、内置函数
查看>>
4-15 OS(线程,用户态,内核态,页) 数据库(原子性,日志) JAVA(I/O)
查看>>
7.Deque的应用案例-回文检查
查看>>
ionic3中使用自定义配置
查看>>
嵌入式驱动开发之2440/2410---硬件看门狗,喂狗
查看>>
汇编实验3
查看>>
在 Wiki 标记中添加无序列表
查看>>
Yii2 独立操作
查看>>
lua 操作数据库
查看>>
js 日历控件。
查看>>
关于masonry
查看>>
vue-router 2 跳转失败原因
查看>>
Numerical Geometry of Image
查看>>