Skip to content
Snippets Groups Projects
Select Git revision
  • metadata-folder-rsync-fix
  • master default protected
  • rsync-mkdir-fix
  • rsync-relative-direcories-fix
  • tests
  • debian
  • stretch-backports
  • no_vservers
  • pristine-tar
  • upstream
  • backupninja_debian/1.1.0-1
  • backupninja_upstream/1.1.0
  • backupninja-1.1.0
  • backupninja_debian/1.0.2-1
  • backupninja_upstream/1.0.2
  • backupninja-1.0.2
  • backupninja_debian/1.0.1-2
  • backupninja_debian/1.0.1-1
  • backupninja_upstream/1.0.1
  • backupninja-1.0.1
  • backupninja_debian/1.0-1
  • backupninja_upstream/1.0
  • backupninja-1.0
  • backupninja_debian/1.0_rc1-1
  • backupninja_upstream/1.0_rc1
  • backupninja-1.0-rc1
  • backupninja_debian/0.9.10-2
  • backupninja_debian/0.9.10-1
  • backupninja_upstream/0.9.10
  • backupninja-0.9.10
30 results

backupninja

  • Clone with SSH
  • Clone with HTTPS
  • Fabian Raab's avatar
    Fabian Raab authored
    The old way of extraciting the folder path out of the rsync URL-like
    syntax fails when used with the rsync protocol.
    
    For example
        echo "rsync://example.org:42/some/folder/" | cut -d : -f 2
    
    returns `//example.org` instead of `/some/folder/` because of the
    second `:` which is not present in the ssh URL syntax.
    cde5a784
    History