Rsync-sidekick: Propagate file renames, movements and timestamp changes before rsync runs

This page summarizes the projects mentioned and recommended in the original post on /r/linux

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rsync-sidekick

    Propagate file renames, movements and timestamp changes before rsync runs

  • smart-rsync-backup

    Contains a Python script which makes Rsync backupping more efficient because of detecting file and directory renames / moves

  • I'm taking regular backups over the internet by using SSH+Rsync where the source files/directories are moved or renamed quite often and I didn't find any ultimate solution to avoid retransferring of the moved directories, so eventually I made a Python+Bash script which is also meant to be executed before the actual Rsync. I used this: http://www.pkrc.net/detect-inode-moves.html as a baseline, but I did some significant changes and improvements to that. You can find my scripts from here: https://github.com/wapsi/smart-rsync-backup That works for me very well. But of course, it's optimized for my needs and it tracks unique inode numbers of the files to detect the actual moves so there are most probably circumstances where that approach does not work at all.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts