X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/716b46c550d12c14dc198bebafcca8ec7ebc3c76..276cc45571b274349f817a5bbc078f84abb385ce:/support/atomic-rsync diff --git a/support/atomic-rsync b/support/atomic-rsync index 2f43e1ee..64967367 100755 --- a/support/atomic-rsync +++ b/support/atomic-rsync @@ -1,9 +1,9 @@ #!/usr/bin/perl # # This script lets you update a hierarchy of files in an atomic way by -# first creating a new hierarchy using --link-dest to rsync, and then -# swapping the hierarchy into place. See the usage message for more -# details and some important caveats! +# first creating a new hierarchy using rsync's --link-dest option, and +# then swapping the hierarchy into place. **See the usage message for +# more details and some important caveats!** use strict; use Cwd 'abs_path';