fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] recursive get stops at first root read-only file as unprivile


From: cruxpot
Subject: [Fab-user] recursive get stops at first root read-only file as unprivileged user
Date: Thu, 11 Feb 2016 18:04:14 -0600

Is there a way to make fabric not quit at the first read-only file it cannot read? It throws an exception for example on /etc when I do a get against an entire /etc directory structure. settings env.warn_only to True does not stop the fact that it quits downloading. I can create an issue for this but want to confirm this is by design or there's a switch I can use. Thanks.

[address@hidden] download: /output/solaris10_tgt1/getFile/session-Thu_Feb_11_19_00_03_2016/etc/etc/profile <- /etc/profile
[address@hidden] download: /output/solaris10_tgt1/getFile/session-Thu_Feb_11_19_00_03_2016/etc/etc/shadow <- /etc/shadow

Warning: get() encountered an exception while downloading '/etc'

Underlying exception:
    Permission denied


reply via email to

[Prev in Thread] Current Thread [Next in Thread]