Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 28 件 / 28件

新着順 人気順

rsyncの検索結果1 - 28 件 / 28件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

rsyncに関するエントリは28件あります。 MaclinuxLinux などが関連タグです。 人気エントリには 『ファイル同期のシミュレーション機能を備えた、rsyncのGUIラッパーアプリ「grsyncx for macOS」がリリース。』などがあります。
  • ファイル同期のシミュレーション機能を備えた、rsyncのGUIラッパーアプリ「grsyncx for macOS」がリリース。

    フォルダ同期のシミュレーションも可能なMac用rsyncラッパーアプリ「grsyncx」がリリースされています。詳細は以下から。 UNIXやLinuxにはファイルやフォルダの差分同期/バックアップを行うのに便利な「rsync」というコマンドラインツールがりますが、このrsycnのMac用GUIラッパーアプリ「grsyncx」をチェコSygic TravelのエンジニアMichal Zelinkaさんが新たに公開しています。 My first macOS app published on App Store is out! 🎉#grsyncx is a brain-free GUI built on top of #rsync, well-tested UNIX tool, allowing easy folder synchronisation! Go grab it here: htt

      ファイル同期のシミュレーション機能を備えた、rsyncのGUIラッパーアプリ「grsyncx for macOS」がリリース。
    • Apple、macOS Sequoiaでrsyncをopenrsyncに置き換えていた | ソフトアンテナ

      Apple、macOS Sequoiaでrsyncをopenrsyncに置き換えていた 2025 4/07 rsyncはコンピューター間でファイルを転送・同期するための信頼性の高いソフトウェアです。 macOSにもrsyncは標準で含まれていますが、macOS Sequoiaではrsyncがopensrsyncに置き換えられていることがわかりました(Der Flounder)。 macOSのrsyncは、2006年11月にリリースされたrsync 2.xの最後のバージョン「rsync 2.6.9」が長い間採用されていて、rsync 3.xがリリースされても更新されませんでした。rsync 2.xと3.xでは、ライセンスがGPLv2ライセンスから、GPLv3ライセンスへ変更されており、Appleがrsync 3.xで採用されたGPLv3ライセンスを許容できなかったことが原因ではないかとみこま

        Apple、macOS Sequoiaでrsyncをopenrsyncに置き換えていた | ソフトアンテナ
      • GitHub - dropbox/fast_rsync: An optimized implementation of librsync in pure Rust.

        This crate offers three major APIs: Signature::calculate, which takes a block of data and returns a "signature" of that data which is much smaller than the original data. diff, which takes a signature for some block A, and a block of data B, and returns a delta between block A and block B. If A and B are "similar", then the delta is usually much smaller than block B. apply, which takes a block A a

          GitHub - dropbox/fast_rsync: An optimized implementation of librsync in pure Rust.
        • macOS 15.4 Sequoiaでは、macOS 14 Sonomaまでのrsyncの代わりに導入された「openrsync」がアップデートされ互換性が向上。

          2024年10月にリリースしたmacOS 13.0 Venturaでは、任意精度の算術計算bcコマンド(Basic Calculator)がGNU bcからBSDライセンスのgh-bcに、さらに2024年09月にリリースされたmacOS 15 Sequoiaではローカル/リモート間のファイル同期コマンドrsycn(GPLv2)がOpenBSDのopenrsync変更されるなど、GPLv3ライセンス問題に対応していましたが、 AppleとGNUライセンス 2019年10月 : macOS 10.15 Catalina GNU Emacs削除され、BSDライセンスのmg(MicroGnuEmacs)エディタが追加 デフォルトシェルがGNU GPLv3ライセンスのbashからMITライセンスのzshへ変更 2022年03月 : macOS 12.3 Monterey GNU GPLv3ライセンス

          • 「Linux」ディレクトリーを「rsync」を使用してリモートマシンにバックアップするには

            Jack Wallen (Special to ZDNET.com) 翻訳校正: 編集部 2024-02-01 07:45 「Linux」は市場で最も柔軟なOSだ。このオープンソースプラットフォームでは、ソフトウェアに全くお金を使わずに、プロプライエタリーなOSよりもはるかに多くのことを実行できる。 Linuxを使い始めたばかりの人は、おそらく、コマンドラインを避けたいと思うはずである。少し威圧感があるからだ。しかし、しばらくすると、自分の選んだディストリビューションから、どれだけの性能と柔軟性を引き出せるのか確かめてみたくなる人もいるかもしれない。そういうときに実行できる非常に便利な(そして役に立つ)ことの1つが、rsyncコマンドを使用して、ローカルディレクトリーをリモートディレクトリーにバックアップする方法を学ぶことだ。本記事では、その手順を解説する。 準備はいいだろうか。それでは、

              「Linux」ディレクトリーを「rsync」を使用してリモートマシンにバックアップするには
            • rsync, article 3: How does rsync work?

              This post is the third article in a series of blog posts about rsync, see the Series Overview. With rsync up and running, it’s time to take a peek under the hood of rsync to better understand how it works. How does rsync work? When talking about the rsync protocol, we need to distinguish between: protocol-level roles: “sender” and “receiver” TCP roles: “client” and “server” All roles can be mixed

              • GitHub - linuxmint/timeshift: System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is runni

                Timeshift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. In RSYNC mode, snapshots are taken using rsync and hard-links

                  GitHub - linuxmint/timeshift: System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is runni
                • GitHub - dusanx/saf: Rsync-based time machine for Linux, written in Python, for local and remote backups.

                  Basic concepts | Installation | Usage | Commands | File manager integration | Contributing | Related projects | Changelog | License "one backup is saf, two are safe, three are safer" Current saf version is 0.16, saf requires Python 3.10 or newer saf is a simple, reliable, rsync-based, battle tested, well rounded backup system, written in Python. It uses rsync to incrementally back up your data to

                    GitHub - dusanx/saf: Rsync-based time machine for Linux, written in Python, for local and remote backups.
                  • GitHub - hjmangalam/parsyncfp: follow-on to parsync (parallel rsync) with better startup perf

                    NB: If you don't want to transfer at least 10s of GB across a network, this is probably not the the tool you want. Use rsync alone if a sync, 'tar and netcat' if a fresh copy, or scp if the copy needs to be encrypted. parsyncfp is the offspring of my parsync (more info here) and Ganael LaPlanche's fpart, which collects files based on size or number into chunkfiles which can be fed to rsync on a ch

                      GitHub - hjmangalam/parsyncfp: follow-on to parsync (parallel rsync) with better startup perf
                    • 補足記事: 「OpenSSH 公式による scp 非推奨宣言を受け, scp, sftp, rsync を比較してみた」の再検証 (2020/05/27 キャッシュクリア方法を変えて更新) - 寒月記

                      2020/05/27 更新 2020/05/27, コメント欄のご指摘を受け, ShellScript 内のキャッシュクリアコマンドを変更して再計測し, 結果を更新しました (方法変更前後で結果に大差はありませんでした)。matoken さんありがとうございました! 本日 (もはや昨日). 以下の記事を inductor さんがリツイートされたことをきっかけに, いろいろな方が以下記事を読んでくださいました。 www.kangetsu121.work この記事の内容はタイトルの通りで, OpenSSH 公式が 2019/4/17 のリリースノート で, 「scp は非推奨」宣言をしています。 ですが, この記事の中で私が行った scp, sftp, rsync の転送速度比較結果について, rsync の速度に疑問を持って検証してくださった方がいて, 転送ファイルを削除していないために r

                        補足記事: 「OpenSSH 公式による scp 非推奨宣言を受け, scp, sftp, rsync を比較してみた」の再検証 (2020/05/27 キャッシュクリア方法を変えて更新) - 寒月記
                      • Jamsync: A version control system based on rsync

                        Version control for game developers Coming 2024 Announcement coming soon, stay tuned on Discord for details! Email zach@jamhub.dev for more information.

                        • Rsync replaced with openrsync on macOS Sequoia | Hacker News

                          Looking at the sparse documentation of openrsync does not create any confidence for me that it can be an acceptable substitute for rsync.In my opinion, any program that is supposed to copy files, but which is not able to make perfect copies, i.e. copies that do not lose any bit of data or metadata that was present in the original file, is just unusable garbage. Unfortunately, most copying programs

                          • Apple、セキュリティアップデート2020-004のコンテンツをアップデート。PDFやUSDファイル、rsyncなど13件以上の脆弱性を追加。

                            Appleがセキュリティアップデート2020-004のコンテンツをアップデート。PDFやUSDファイル、rsyncなど13件以上の脆弱性を追加、修正したと発表しています。詳細は以下から。 Appleは現地時間2020年07月24日、15日にリリースしたmacOS 10.15 Catalina向けの「macOS Catalina 10.15.6 Build 19G73」およびmacOS 10.13 High Sierra/macOS 10.14 Mojave向けの「セキュリティアップデート 2020-004」のセキュリティコンテンツをアップデートし、これらのアップデートで13件以上の脆弱性を修正したと発表しています。 This document describes the security content of macOS Catalina 10.15.6, Security Update

                              Apple、セキュリティアップデート2020-004のコンテンツをアップデート。PDFやUSDファイル、rsyncなど13件以上の脆弱性を追加。
                            • フレッツ光ネクスト + IPoE で scp, cvs, rsync の SSH通信ができない問題 - tsutsuiの作業記録置き場

                              5か月くらいハマっていた問題が解決したのでメモ。 環境 ホスト: NetBSD/i386 8.0 (OpenSSH 7.6) 回線: フレッツ光ネクスト (NTT西日本) + DTI IPv6 (IPoE) 接続サービス 接続: VDSLモデム + ホームゲートウェイ RT-500KI (ファームウェア 05.00.0020) 問題 ホストの NetBSD/i386 8.0 からインターネット上の外部ホスト (IPv4, IPv6 ともに持つ VPS上のホスト) への操作が、以下のようになる。 ssh -6 での IPv6 の外部ホストへのログイン: → 問題なし scp -6 での IPv6 の外部ホストへのコピー: → パスフレーズの入力画面までは進むが、パスフレーズ入力後の転送が開始されず、 progress meter も表示されない cvs, rsync での IPv6 の SS

                                フレッツ光ネクスト + IPoE で scp, cvs, rsync の SSH通信ができない問題 - tsutsuiの作業記録置き場
                              • [Linux] rsyncで進捗を確認する

                                時間経過で変わる可能性のある進捗でもいいなら rsync -a --info=progress2 時間が多少かかっても確実な進捗が欲しいなら rsync -a --info=progress2  --no-inc-recursive 方法1(進捗は適宜でもいいですよ派)¶ rsync では進捗状況を確認するオプションに ver.3.10 から対応 した。 そのオプションは --info=progress2 である。

                                  [Linux] rsyncで進捗を確認する
                                • [AWS]S3へのバックアップで使うAWS CLI S3 syncはrsyncと挙動が異なるので注意 | アーザスBlog

                                  syncの標準出力の改行コードがCR sync コマンドの標準出力をログファイルにリダイレクトすると、 aws s3 sync --delete --exact-timestamps {EC2のバックアップ元パス} s3://{S3のパス} > ${LOGFILE} 2>&1 改行コードがなぜかCRなのです。 余計な行をgrepで除外できないので困る syncコマンドは、ファイル同期の途中経過も標準出力します。 Completed 645.3 KiB/652.1 KiB with 8 file(s) remaining Completed 645.4 KiB/652.1 KiB with 8 file(s) remaining upload: {EC2パス} to {S3パス} ファイルが正常に同期できたかどうかだけ知りたいので、1行目と2行目は不要です。それにAmazon SESでログを

                                    [AWS]S3へのバックアップで使うAWS CLI S3 syncはrsyncと挙動が異なるので注意 | アーザスBlog
                                  • rsync で ssh 接続するオプション | WWWクリエイターズ

                                    Linux やMacなどでも、ファイル転送に便利な「rsync」。でも、SSHで接続する際オプションを忘れて、何回もぐぐってしまうので、こちらに網羅的にまとめます。 rsync で SSH 接続するオプション「-e ‘ssh ‘ 」 rsync といえば、SSH接続ですが、書式がやや覚えにくいです。ssh 接続には、「-e」もしくは  「-rsh」というオプションから、SSH接続コマンドを追加することで、リモート接続前に指定したコマンドを行ってくれます。 SSH プライベートキーを指定する rsync コマンド 当然ですが、リモート側にSSHが起動している、かつSSH接続できる状態に準備が整っている事が前提です。SSHのプライベートキーを直接指定します。まだ SSH config を設定してないとき時はこれが必要ですが、普通は config を設定した利用が多いと思います。 SSHでは、キ

                                    • rsync の delete オプション各種

                                      rsync は、高速な差分ファイル転送ができるコマンドラインツールです。 さまざまな用途に使えるツールですがとくに、ディレクトリ間の同期を行ったり、ディレクトリのバックアップを作成したりする場合に使われることが多いです。その際によく使われるオプションとして -a(--archive)と --delete があります。 このうち --delete については、細かい挙動が異なるいくつかのオプションが存在しています。このオプションを紹介します。 deleteオプションとは rsync の --delete オプションは、転送元のディレクトリに存在せず転送先のディレクトリに存在するファイルがあれば削除する、というオプションです。 典型的な使い方を挙げます。src ディレクトリを backup ディレクトリの下にバックアップするには、以下のようにオプションを指定して実行すれば良いです。 このコマン

                                        rsync の delete オプション各種
                                      • rsyncとsshを利用したリモートサーバの高速バックアップ

                                        ストレスホルモンを抑え、脳内🧠活性酸素を消去する、薬膳食材の牡蠣…🤤 - 「厚岸町牡蠣まつり」にて (内容とはあまり関係ないイメージです) 本家: rsync - samba.org ソースコード: RsyncProject/rsync: An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases. rsync(アールシンク) は、UNIXシステムにおいて、差分符号化を使ってデータ転送量を最小化し、遠隔地間のファイルやディレクトリの同期を行うアプリケーションソフトウェアである。 類似のプログラムやプロトコルにはない rsync 独自の

                                          rsyncとsshを利用したリモートサーバの高速バックアップ
                                        • rsyncのサンプル例集 - Qiita

                                          Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                            rsyncのサンプル例集 - Qiita
                                          • GitHub - claytongulick/bit-sync: Bit-sync is a utility for synchronizing arbitrary data using the rsync algorithm in pure js

                                            This is a simple utility to synchronize two pieces of data, the source and the destination, using the rsync algorithm. The reason you might want to use this utility rather than just copying the source to the destination is to save on bandwidth. The rsync algorithm is really clever about only sending the parts of the file that have changed, rather than the whole file. For small files, this isn't th

                                              GitHub - claytongulick/bit-sync: Bit-sync is a utility for synchronizing arbitrary data using the rsync algorithm in pure js
                                            • rsync: Series Overview

                                              For many years, I was only a casual user of rsync and used it mostly for one-off file transfers. Over time, I found rsync useful in more and more cases, and would recommend every computer user put this great tool into their toolbox 🛠 🧰 ! I’m publishing a series of blog posts about rsync: rsync, article 1: Scenarios. To motivate why it makes sense to look at rsync, I present three scenarios for w

                                              • リモートでsudoしてrsyncしたい - mattintosh note

                                                EC2 インスタンス上のデータをバックアップするのに root しか読み取り権限がないファイルやディレクトリをどうコピーするか、という問題にあたった。Amazon Linux では root のログインを禁止しているため何らかの方法でユーザをスイッチしなくてはならない。んで、rsync のマニュアルを読み返して考えたところ --rsync-path オプションで rsync を sudo で実行すれば良いことに気づいた。 なお、このサーバは踏み台を利用しており、ホストや秘密鍵の設定などは ssh/config に書いてあるためそれを -e "ssh -Fssh/config" で呼び出している。--compress は無くてもいいが EC2 インスタンスからグローバルへの転送は料金がかかるので圧縮しておいた方がコストが減らせる。 rsync -av --progress --compres

                                                  リモートでsudoしてrsyncしたい - mattintosh note
                                                • これだけ覚えればOK、rsyncのディレクトリ、ファイルパスの指定方法 - (ひ)メモ

                                                  ディレクトリどうしをまるごとコピーしたい場合 コピー元・先両方に末尾に / をつけて、コピー先のディレクトリまで指定する。 rsync -av /path/to/dir/ remote:/path/to/dir/ rsync -av /path/to/dir remote:/path/to とか別の書き方もあるけどパット見わかりづらいので ダメ 。 ディレクトリの末尾に / をつけるのが肝要。 ファイルをコピーしたい場合 コピー元・先両方をファイルのパスで指定する、 もしくは、 コピー元をファイルのパスで、コピー先を末尾に / をつけたディレクトリのパスで指定する。 rsync -av /path/to/file remote:/path/to/file もしくは rsync -av /path/to/file remote:/path/to/ おまけ コピー元・先でパスが同じ場合 コピー

                                                    これだけ覚えればOK、rsyncのディレクトリ、ファイルパスの指定方法 - (ひ)メモ
                                                  • 【Mac・ファイル同期】rsync・sshfs・fswatchを使ってローカルとサーバーを同期したら色々便利だった | 感情的プログラミング伝記 | タウン情報誌 AIR函館 - 北海道函館市の食・呑・遊をご紹介!

                                                    2019.12.11 13:00:00投稿 【Mac・ファイル同期】rsync・sshfs・fswatchを使ってローカルとサーバーを同期したら色々便利だった shell 自動化 サーバーにファイルをアップロードする基本として ローカルのファイルを編集FTPでそのファイルをサーバーへアップロード っていう作業がありますよね? 私もつい最近までの数年間この作業をしておりました。 絶対自動化できることは分かっていたのですが、それを組むのが面倒でやってなかったんですよねー。 ということで今回重い腰を上げて自動化に踏み切ったので、その軌跡を残したいと思います。 環境 ローカルOS: macOS X Catalina (10.15.1)Shell: Bashサーバーcentos 6系 sshでローカルとサーバーが接続できること。 MacにHomebrewが入っていることを前提としてお話していきますよ

                                                      【Mac・ファイル同期】rsync・sshfs・fswatchを使ってローカルとサーバーを同期したら色々便利だった | 感情的プログラミング伝記 | タウン情報誌 AIR函館 - 北海道函館市の食・呑・遊をご紹介!
                                                    • macOS 15 Sequoiaやインポート/エクスポート機能をサポートしたrsyncのSwiftUI実装「RsyncUI v2.1」のRC版が公開。

                                                      macOS 15 Sequoiaや新しいインポート/エクスポート機能をサポートしたrsyncのSwiftUI実装「RsyncUI v2.1」のRC版が公開されています。詳細は以下から。 RsyncOSX(旧RsyncGUI)はノルウェーのThomas EvensenさんがSwift言語を学ぶため2015年にオープンソースで開発を開始したアプリで、ファイル同期/バックアップコマンドrsyncをGUIで設定/実行でき、現在はSwiftUIを利用した「RsyncUI」が公開されていますが、このアプリのメジャーアップデートとなる「RsyncUI v2.1」のRC版が公開されています。 RsyncUI and RsyncOSX are GUI´s on the Apple macOS platform for the command line tool rsync. The main differe

                                                        macOS 15 Sequoiaやインポート/エクスポート機能をサポートしたrsyncのSwiftUI実装「RsyncUI v2.1」のRC版が公開。
                                                      • Git Bashにrsyncとnetcatをインストールする

                                                        (2023/7 注釈) この内容は3年近く前に書かれたものなので、ダウンロードするパッケージのバージョンやURLなどが変わっている可能性があります。最近はWSLしか使ってないので特に最新情報を調べたりはしておりません。この情報を見る方はそこに留意して参考程度にご利用ください。 現時点で最も簡単にWindows環境にUnixライクなシェル環境をインストールする方法の一つが、「Git for Windowsをインストールする」ではないかと思います。 gitという単機能アプリをインストールするのかと思いきや、スタートメニューに「Git Bash」とかいうのが追加されて、Mintty上でbashを使うことができます。 ですが、手軽さのトレードオフといいましょうか。あまりにもコマンドが少ないのです。パッケージマネージャ的なモノも一切入ってないので簡単に追加することもできません。 git over s

                                                          Git Bashにrsyncとnetcatをインストールする
                                                        • GitHub - gokrazy/rsync: gokrazy rsync

                                                          Package rsync contains a native Go rsync implementation. This repository currently contains: gokr-rsyncd, a read-only rsync daemon sender-only Go implementation of rsyncd. It implements the rsync daemon network protocol (port 873/tcp by default), but can be used over SSH or locally as well. gokr-rsync is an rsync receiver implementation that can download files via rsync (daemon protocol or SSH). T

                                                            GitHub - gokrazy/rsync: gokrazy rsync
                                                          1

                                                          新着記事