diff options
| author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-05 20:55:45 +0200 | 
|---|---|---|
| committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-05 20:55:45 +0200 | 
| commit | ecad592e93045f698786d356ef9f0bbe51a61163 (patch) | |
| tree | 81ac377508f9f8ffc8520fb60e8c068c7089e39d | |
| parent | 07d357490e554e8af786c3d4d0cb2b74d7793d1d (diff) | |
Removed quotes around exclude
| -rwxr-xr-x | backup | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@  LOG_DIR="$HOME/rsync_logs"  LOG_FILE="$LOG_DIR/$(date --iso-8601).log" -RSYNC_OPTS=("-aP" "--no-owner" "--delete-during" "--exclude=\"lost+found\"" "--log-file=$LOG_FILE") +RSYNC_OPTS=("-aP" "--no-owner" "--delete-during" "--exclude=lost+found" "--log-file=$LOG_FILE")  if [ $# -lt 2 ]; then      echo "Usage: backup <src> <dst>" | 
