-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added new target to pull files related to Idrive backup solution. - Updated compound target SQLiteDatabases.tkape to include SQLite databases used by Idrive.
- Loading branch information
1 parent
6c681f0
commit f18d71c
Showing
2 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
Description: Idrive Backup Artifacts | ||
Author: Thomas Burnette | ||
Version: 1.0 | ||
Id: d5f9d7ac-4b34-47ad-beda-123c6f9cf73e | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Idrive Cleanup Operations | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\Session\Archive Cleanup\ | ||
Recursive: true | ||
FileMask: "*" | ||
Comment: "Contains individual log files for each archive cleanup operation" | ||
- | ||
Name: Idrive Backup Operations | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\Session\Backup\ | ||
Recursive: true | ||
FileMask: "*" | ||
Comment: "Contains individual log files for each backup operation" | ||
- | ||
Name: Idrive Delete Operations | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\Session\Delete\ | ||
Recursive: true | ||
FileMask: "*" | ||
Comment: "Contains individual log files for each delete operation" | ||
- | ||
Name: Idrive Restore Operations | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\Session\Restore\ | ||
FileMask: "*" | ||
Comment: "Contains individual log files for each restore operation" | ||
- | ||
Name: Idrive Backup Summary | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\Session\LOGXML\ | ||
FileMask: "*xml" | ||
Comment: "Contains summary of each backup session" | ||
- | ||
Name: Idrive Tracefile | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\Tracefile.txt | ||
FileMask: "Tracefile.txt" | ||
Comment: "Application log which includes error logs for failed uploads" | ||
- | ||
Name: Idrive Mapped Drives | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "IDMappedDrives.txt" | ||
Comment: "List of mapped drives for backup" | ||
- | ||
Name: Idrive Backup Schedule | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "schedule.xml" | ||
Comment: "Backup schedule configurations" | ||
- | ||
Name: Idrive Schedule History | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "Sch_Trace.txt" | ||
Comment: "History of schedule configurations" | ||
- | ||
Name: Idrive Configuration | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "idrive.ini" | ||
Comment: "List of Idrive configuration options" | ||
- | ||
Name: Idrive Local Drives | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "get_Alldrives.txt" | ||
Comment: "List of all local drives" | ||
- | ||
Name: Idrive Exclusion Configurations | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "Exclude*" | ||
Comment: "Files pertaining to exclusion configurations" | ||
- | ||
Name: Idrive User Details | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\ | ||
FileMask: "AutoComp.ini" | ||
Comment: "Idrive username, Scheduler notification emails, local username" | ||
- | ||
Name: Idrive SQL Databse | ||
Category: Apps | ||
Path: C:\ProgramData\IDrive\IBCOMMON\*\LDBNEW\*\ | ||
FileMask: "*.ibds" | ||
Comment: "Sql database of local files that are backed up" | ||
|
||
# Documentation | ||
# https://www.idrive.com/ | ||
# IDrive provides Online cloud Backup for PCs, Macs, iPhones, Android and other Mobile Devices. | ||
# The most important files are likely to be the log files locatd in C:\ProgramData\IDrive\IBCOMMON\*\Session\Backup\*. | ||
# A new log file is created for each backup session and contains the file name, directory, file size, and time of backup for each file as well as a backup summary. | ||
# The next most important file is likely to be C:\ProgramData\IDrive\IBCOMMON\*\LDBNEW\*\*.ibds, which is a Sqlite database that contains the file name, directory, and file size of files that are backed up from a local drive. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters