Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Have you tried explicitally including your Firefox bookmarks? rsync.exe -vrptlH --delete --exclude=AppData --include=AppData/Roaming/Mozilla/Firefox/Profile/*/places.sqlite "/cygdrive/C/Users/user1/" "/cygdrive/D/backup/" Commented Jan 14, 2020 at 13:23
  • This does not work. If you exclude "AppData" it won't enter the folder. Commented Jan 16, 2020 at 9:42
  • Try adding a trailing / at the end of include pattern and it'll work: rsync.exe -vrptlH --delete --exclude=AppData/ --include=AppData/Roaming/Mozilla/Firefox/Profile/*/places.sqlite/ "/cygdrive/C/Users/user1/" "/cygdrive/D/backup/" Commented Jan 16, 2020 at 10:00
  • No, it's still not working (same cause). Commented Jun 13, 2020 at 12:04