Expressions in Additional options
Brought to you by:
orsoni
In additional options --backup-dir doesn't execute a date expression archive/date +F , currently grsync takes this as a string naming the folder "date/"
Would it be possible to have this resolve to the actual date? it seems to work using standard rsync in terminal.
This is because you usually run rsync in a shell (which expands the "date" command), while grsync runs it "directly".
Passing the command(s) thru a shell is on my todo list.
Ah i see, love the software btw. Looking forward to the updates :)