-
rsync doesn't handle the broken symlinks in the repository:
==> default: Rsyncing folder: /home/james/freedombox/plinth/ => /vagrant There was an error when attempting to rsync a synced folder. Please inspect the error message below for more info. Host path: /home/james/freedombox/plinth/ Guest path: /vagrant Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 22 -o LogLevel=FATAL -o ControlMaster=auto -o ControlPath=/tmp/vagrant-rsync-20190623-8710-wn0ckj -o ControlPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/home/james/freedombox/plinth/.vagrant/machines/default/libvirt/private_key'" "--exclude" ".vagrant/" "/home/james/freedombox/plinth/" "vagrant@192.168.121.124:/vagrant" Error: symlink has no referent: "/home/james/freedombox/plinth/plinth/modules/jsxc/static/img" symlink has no referent: "/home/james/freedombox/plinth/plinth/modules/jsxc/static/libjs-jsxc/sound" symlink has no referent: "/home/james/freedombox/plinth/plinth/modules/jsxc/static/libjs-jsxc/jsxc.css" symlink has no referent: "/home/james/freedombox/plinth/plinth/modules/jsxc/static/libjs-jsxc/lib" rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
Workaround is to just install libjs-jsxc on the host.
Edited by James Valleroy
Please register or sign in to comment