temporaneità
English scratches and Italian notes written by Carlo Perassi
  • About
    • Borges
  • Curriculum Vitae
  • Contact
Browse: Home / rsync

rsync

rsync helps exporting Subversion’s working copies

By Carlo on 2007-01-23

This one-liner helps you to keep a mirror of a working copy of a Subversion repository without its .svn directories. It may speed up the test-modify-commit cycle: it acts like an export but it should be faster. The command is: rsync -apogz –delete –exclude=”.svn/” /working_copy/path/ /testing/point/ rsync -Dgloprtz –delete –exclude=”.svn/” /working_copy/path/ /testing/point/ Of course the [...]

Posted in English | Tagged rsync, Subversion, trivial hacks | 1 Response

rsync mirror note

By Carlo on 2007-01-21

Recently I needed the following one-liner I’ve used for years but it was lying on an unreachable computer so let me write how you can mirror two folders with rsync: rsync -apogz –delete /source/ /target/ rsync -Dgloprtz –delete /source/ /target/

Posted in English | Tagged free software, rsync | Leave a response

Search

It passes

it passes

My posts, unless otherwise expressly stated, are licensed under a Creative Commons Attribution-Share Alike 2.5 Italy License.

Copyright © 2006 - 2012 by Carlo Perassi. Powered by WordPress and Hybrid.