Rsync problem...filenames
- by Jay White
I'm trying to back up users Chrome Sessions with Rsync with the following command:
rsync -e "ssh -i new.key" -r --verbose -tz --stats --progress --delete \
'/cygdrive/c/Users/jay/AppData/Local/Google/Chrome/User Data/Default/Current Session' \
user@host:"/chrome sessions/"
Except this doesn't work exactly, as I get a file called chrome in a sessions directory that is already present on the server.
Why is this?