question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[autoscaler] File mounts rsync should allow options/filters

See original GitHub issue

Autoscaler currently transfers files between nodes using rsync. It would be nice if I could specify rsync options through autoscaler config. For example, I would like to ignore all the files in a .gitignore, which I believe in rsync could be achieved with rsync --filter="dir-merge,- .gitignore". Maybe add a new field file_mounts_command or file_mounts_options to autoscaler config?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
richardliawcommented, Oct 23, 2020

This should be fixed via #11512 !

0reactions
preeth1commented, Apr 16, 2020

Is there currently any workaround for this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

rsync(1) - Linux manual page - man7.org
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from...
Read more >
Copying Files to or from a Container - OpenShift Documentation
Specifying the Copy Source. The source argument of the oc rsync command must point to either a local directory or a pod directory....
Read more >
How To Use Rsync to Sync Local and Remote Directories
Rsync is a tool for intelligently syncing local and remote directories. In this article we will explore the basic usage of this utility...
Read more >
Linux Rsync Command Help and Examples - Computer Hope
Two -v options give you information on what files are being skipped and slightly more information at the end. More than two -v...
Read more >
rsync options - Linux - SS64.com
A single -v will give you information about what files are being ... If this option is repeated, rsync omits all mount-point directories...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found