Cant use rsync command

I am trying to use rsync command

version: 2.1
orbs:
  rsync: germade/rsync@0.0.1
jobs:
  build:
    docker:
      - image: circleci/php:7.4.22-node

like this rsync -av .... but I get this error:
/bin/bash: line 1: rsync: command not found

I already enabled the security option :sob:

had to do this

  • run: sudo apt install rsync
1 Like

Thank you for posting the solution!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.