LIST

copy google photos to nextcloud

copy to nextcloud rclone copy --progress ~/Downloads/google-photos-takeout/Takeout/Google\ Photos home:/data/nextcloud/sdfueneb/files/InstantUpload/google-photos-takeout --exclude ".DS_Store" --exclude "*.json"

September 5, 2024

nextcloud rescan user files

➜ ~ kubectl exec --stdin --tty nextcloud-848f5d757b-kvx7b -- /bin/bash root@nextcloud-848f5d757b-kvx7b:/# which occ /usr/bin/occ root@nextcloud-848f5d757b-kvx7b:/# occ files:scan -- sdfueneb Starting scan for user 1 out of 1 (sdfueneb) +———+——-+—–+———+———+——–+————–+ | Folders | Files | New | Updated | Removed | Errors | Elapsed time | +———+——-+—–+———+———+——–+————–+ | 4111 | 36454 | 0 | 20936 | 0 | 0 | 00:00:21 | +———+——-+—–+———+———+——–+————–+

July 6, 2024