Description: Nextcloud sync database, logs and configs
Author: Oleg Skulkin
Version: 1.0
Id: 0b11b30c-2781-4979-8d3d-95bb05fc96ec
RecreateDirectories: true
Targets:
-
Name: Nextcloud Sync Database
Category: Apps
Path: C:\Users\*\Nextcloud\*.db*
IsDirectory: False
Recursive: False
-
Name: Nextcloud Logs and Configs
Category: Apps
Path: C:\Users\*\AppData\Roaming\Nextcloud
IsDirectory: True
Recursive: True
Description: Parses Nextcloud's sync database
Category: FileKnowledge
Author: Oleg Skulkin
Version: 1.0
Id: fd355b7c-798e-4761-9d65-f6cca1610cfa
BinaryUrl: https://www.sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip
ExportFormat: csv
FileMask: "*.db"
Processors:
-
Executable: sqlite3.exe
CommandLine: -header -separator "," %sourceFile% "SELECT path as \"File Path\", inode as \"MFT Entry Number\", datetime(modtime,'unixepoch') as \"Modified (UTC)\", filesize as \"Size (bytes)\", contentChecksum as \"SHA1\" FROM metadata"
ExportFormat: csv
ExportFile: Nextcloud_%fileName%.csv
######
# Uses sqlite3.exe to extract data from Nextcloud sync database and export it to csv
# Note: preferred to point msource to the folder with Nextcloud sync databases
######