rsync for Windows.
Most of the options are the same as the original rsync.
Usage: rsync-win.exe [OPTIONS] --src <SRC> --dest <DEST>
Options:
-i, --identity <IDENTITY> SSH identity file [default: "C:/Users/<YOUR USER NAME>/.ssh/id_rsa"]
-v, --verbose
-q, --quiet
-c, --checksum
-a, --archive
-r, --recursive
--delete
--exclude <EXCLUDE>
--progress
--bwlimit <BWLIMIT>
-4, --ipv4
-6, --ipv6
-s, --src <SRC>
-d, --dest <DEST>
-h, --help Print help
Для Windows
Характеристики
Описание
Версии
Обновлено
Совместимость
Windows 7, Windows 8, Windows 10
Описание
Rsync командная утилита для Windows, предназначенная для инкрементальной передачи файлов на высокой скорости. Благодаря использованию эффективного разностного алгоритма, она способна быстро выполнять синхронизацию файлов.
Программа управляется методом ввода команд в командную строку, поэтому для работы с ней требуется определенный навык и знание нужных команд. Список доступных команд есть непосредственно в окне программы.
Rsync может обновлять системные файлы и другие папки. Она также предлагает набор разнообразных опций для настройки параметров передачи файлов.
Утилита может ограничивать максимальный и минимальный размер файлов, а также самостоятельно удалять посторонние файлы из целевой папки, сжимать файлы для экономии места на диске, фильтровать и исключать файлы, мониторить процесс выполнения и пр.
Вы можете бесплатно скачать Rsync с нашего портала.
Версии
Нет официального представителя разработчика на сайте
Нажмите, для быстрой оценки
Оставить отзыв
Похожие приложения
Актуальные статьи
Rsync is a popular Linux application that allows us to transfer, synchronize and backup files over computers. This program will check the file’s time stamp and size. It’s an effective way to sync or backup your computer to other computer and even to cloud storage. While rsync is developed for Linux system, is there any way to install and run rsync on Windows? Well, there are several programs that has the similar functionality with rsync that run on Windows machine. Here we will review some rsync for Windows program you can use to backup your Windows computer.
List of Rsync for Windows Program
1. DeltaCopy
DeltaCopy is a free and open source, fast incremental backup program for Windows. It offers an effective way to backup your files without having to send the whole files every time. It will only copy the part of the file that has been modified. With this method, we can save a lot of bandwidth. It is a client server application which means you will need to install on both computers act as server and client.
DeltaCopy supports all Windows version including Windows 7 and Windows 10 as well. Even the official website does not mention Windows 10, we tested this program runs well on our Windows 10 Professional. It consist of client and server application. The server must be configured on the computer that we use to store the data from the client.
How to install DeltaCopy on Windows 10
- Download DeltaCopy
- Extract the zip file
- Double click setup file inside DeltaCopy directory
- Follow on screen installation
Once installed, run DeltaCopy and register it as service.
Click Register Windows Service button and then enter your username and password you use to login to Windows. Next click Start Server button to start the service. When the service is correctly started, it will turn into green.
Now we need to configure where we want to save the backup.
DeltaCopy client
The client application is pretty simple. We only need to create a backup profile which contains information about the server IP address,
You can set the backup schedule, add folders to backup etc. There are some options such as set the email notification and change backup schedule.
2. Acrosync
Acrosync is another simple Rsync Alternative for Windows. It can backup Windows machine to remote Linux/NAS server easily. Doesn’t like DeltaCopy, Acrosync does not require special rsync server software. Acrosync uses the native rsync technology on Windows OS. We can easily backup our data to Linux using ssh protocol. So if you have Linux server on your network or maybe NAS server such as Asustor NAS, you can use Acrosync to backup the data to those servers.
Acrosync comes with a simple and very easy user interface. We only need to enter the IP address of the remote server, username and password. Then, add the backup source and destination. Its very simple. It uses the ssh protocol (default port is 22).
Acrosync Main Features:
- Support public key authentication
- Multi profiles (multi backup jobs)
- Create Incremental Snapshot
- Dry run mode
- Schedule options
- Built in bandwidth limiter
Acrosync is the best rsync client for Windows but this software is not free. You can try it for 15 days and after that you must purchase it if you want to continue using it. For download and purchase the Acrosync Full Version, please visit this download link.
How to backup using Acrosync
It is very simple to use Acrsync.
- Open Acrosync from the application menu.
- And then, type the server IP address or hostname. Please note that you can connect to a cloud computer, public/private cloud computing as well.
- Type the username and password to connect to the remote server. Once you enter the username and password of the remote ssh server, click browse button to select the destination folder.
- Select the local directory.
- Scheduling. Click Run at scheduled time to configure regular backup.
Advanced Options
If your server uses different port than 22, you can specify here. There are also some advanced options such as:
- Public key authentication. This will enable public key to connect to your ssh server.
- Propagate deletion. This feature will enable file deletions on the destination if they do not exist in the source. Its good for syncing two directories.
- Create Incremental Snapshot. This is the feature that we love. Acrosync will only copy of the modified files only. Not the full backup everytime
- Dry run. Enable this to simulate the backup job.
Download Acrosync Now
3. GRsync
GRsync is a graphical rsync for Windows. It comes with a simple interface and yet easy to use. It mainly used for sync and backup files. Grsync makes use of the GTK libraries and is released under the GPL license. We don’t have to install Gnome libraries on Windows in order to use GRsync. Grsync is a bit outdated but still supports Windows 10. The latest version of GRsync is 0.6.3 and last update was in July 2016.
Download GRsync
How to install GRsync on Windows
Follow these steps to install GRsync on Windows 10
- Download GRsync
- Install it by double clicking the setup file. Next, provide the location where GRsync will be installed.
- Click Extract to start the installation
Please note that it will not create a program shortcut on your Windows start menu. So, we need to open the following directory to access the GRsync executable file.
C:\Program Files\Grsync\bin
You may change the C:\Program Files\Grsync\ with your actual installation directory. Double click grsync file inside bin directory above.
GRsync does not support direct ssh connection to the server. You have to mount the remote directory to your Windows.
Final Thought
Rsync for Windows is a great tool to backup and sync our files to remote computer or server. Acrosync offers a great experience when using their Rsync software. DeltaCopy also great but it needs a server software to work. Here are the summary of these Rsync Windows software we review on this post.
Features | DeltaCopy | Acrosync | GRsync |
---|---|---|---|
Support Linux SSH Server | No | Yes | No |
Needs Server Software | Yes | No | No |
Incremental Backup | Yes | Yes | Yes |
Schedule Backup | Yes | Yes | Yes |
License | Free — Open Source | Paid | Free — Open Source |
Thanks for reading this Rsync for Windows review and see you on the next post.
Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!
Learn More
Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You’ll have a chance to have your questions answered in a live Ask Me Anything format.
Learn More
Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don’t miss this opportunity to engage with our team and contribute to the future of Chocolatey!
Learn More
Webinar from
Wednesday, 17 January 2024
We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we’ll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!
Watch On-Demand
Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.
Watch The Replays
Webinar Replay from
Wednesday, 30 March 2022
At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!
Watch On-Demand
Livestream from
Thursday, 9 June 2022
Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.
Watch On-Demand
Livestream from
Thursday, 04 August 2022
Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We’ll talk about some cool new features, long term asks from Customers and Community and how you can get involved!
Watch On-Demand
Livestreams from
October 2022
For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.
Watch On-Demand
Операционная система:
linux
windows
Rsync командная утилита для Windows, уготованная для инкрементальной передачи файлов на высочайшей скорости. Спасибо применению действенного разностного метода, она способна скоро делать синхронизацию файлов.
Програмка управляется способом ввода команд в командную строчку, потому для работы с ней потребуется установленный опыт и познание подходящих команд. Перечень легкодоступных команд имеется конкретно в окошке програмки.
Rsync имеет возможность восстановлять системные файлы и остальные папки. Она еще дает комплект различных настроек для опции характеристик передачи файлов.
Утилита имеет возможность суживать наибольший и малый величина файлов, а еще без помощи других устранять чужие файлы из целевой папки, стискивать файлы для экономии места на диске, чистить и вычеркивать файлы, мониторить процесс исполнения и пр.
Вы сможете безвозмездно перекачать Rsync с нашего портала.
Характеристики
- Размер 1.28 МБ
- Версия 3.0.6
- Стоимость Бесплатно для Windows
- Разрядность
- Совместимость Windows 7, Windows 8, Windows 10
- Язык Английский
- Дата обновления 27.10.2018
- Разработчик
Скачать