Displaying 2 results from an estimated 2 matches for "long_arg".
Did you mean:
log_arg
2015 Apr 13
4
How to discern when like dir names exist in 2 places
Hi,
On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
> Hmmm, according to my interpretation of the man page (I am on 3.1.1)
> that is supposed to work however when I test using the "-/
> /etc/passwd" example the / seems to have the same effect as commenting
> the line. I get /etc/passwd copied whether the source is / or /etc.
I guess that this -/ syntax is not usable
2015 Apr 14
0
How to discern when like dir names exist in 2 places
...on that early on.
I'm not sure how I would arrange to run rsync as suggested in an
rsnapshot script.
I tried this:
Comment out all mention of an exclude file
Then, where you are to set the arguments to rsync you are supposed to
give both short and long like so:
rsync_short_args HERE
rsync_long_args HERE
(The white space before HERE is reqiured to be a tab)
So I tried to use your suggestion by placing it in the long_arg
section like so:
------- ------- ---=--- ------- -------
rsync_long_args --filter="merge /etc/rsnap/ex/rsnap_2xsMisc_exclude" --stat...