Skip to content

Commit 4b6f4dd

Browse files
yhyattKai (OpenClaw)
andauthored
docs: recommend google_photos_album_name to separate DMAF uploads from camera backup (#18)
Co-authored-by: Kai (OpenClaw) <kai@openclaw.local>
1 parent a48b141 commit 4b6f4dd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

config.cloud.example.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ watch_dirs:
99
- "gs://your-project-whatsapp-media"
1010

1111
# Optional: Google Photos album to upload to (null = library root)
12-
google_photos_album_name: null # "Family - Auto WhatsApp Imports"
12+
# Recommended: set an album name to separate DMAF face-matched uploads from
13+
# your main camera-roll library. Avoids confusion when native Google Photos
14+
# backup and DMAF both upload the same photo (different compression = different
15+
# bytes, so Google Photos won't auto-deduplicate them).
16+
google_photos_album_name: "Family Faces" # change to taste, or set null for library root
1317

1418
# Face Recognition Settings
1519
recognition:

0 commit comments

Comments
 (0)