Cloud Drive Sync log files?

Backup, Restore, Netbak Replicator, Cloud Storage Services
Post Reply
JimSwe
Starting out
Posts: 14
Joined: Sun Nov 13, 2016 6:22 pm

Cloud Drive Sync log files?

Post by JimSwe »

I've set up a Cloud Drive Sync job with Dropbox using the Cloud Drive Sync app, which seems to be working fine. However, every time it finishes, I get a warning:
[CloudDriveSync] Sync job [<job name>] finished with errors. Please check your event log for more deatils. (it literally says "deatils").

The event log (Control Panel, System logs) and Cloud Drive log (Cloud Drive Sync -> Sync Job Management, View logs) just repeat the same message. On the status page of the Sync Job, it says "Error Count: 2". I'm not sure what it means with "check your event log". Am I missing some log?

Obviously, it's failing on the same 2 files every time. But how do I find out which 2 files, so I can do something about them?
JimSwe
Starting out
Posts: 14
Joined: Sun Nov 13, 2016 6:22 pm

Re: Cloud Drive Sync log files?

Post by JimSwe »

Well I never managed to find the log files, so I synced the Dropbox to my local PC, downloading about 170 GB. Then I ran WinDiff on the synced folder vs the contents on the NAS. This took a couple of hours, but indicated a couple of "right-only" files that were probably causing the sync to fail - one .png file with a really weird filename and something under a "__MACOSX" folder.

A proper logging feature would have saved a lot of time and bandwidth, though.
alphabravo9
First post
Posts: 1
Joined: Sat Apr 25, 2015 5:30 am

Re: Cloud Drive Sync log files?

Post by alphabravo9 »

I'm having the same problem with my google cloud sync jobs. I always get messages like:
[CloudBackupSync] (sync) job [MyJobs] finished with errors. Please check your event log for more details.

Is there someone out there who knows where to find the extra details in the event log?
robertliu
First post
Posts: 1
Joined: Wed Nov 23, 2016 12:00 am

Re: Cloud Drive Sync log files?

Post by robertliu »

I found some logs existed on my NAS.
1. ssh/telnet to NAS
2. cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data
3. find . -name "*log*"

I did not have enough time to analyze the logs and just did a quick look.
1. cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data/500
2. grep _state sync/1/log/*| grep -v -e FINISHED -e PENDING

there are some files with ['_state': 'ERROR'].
In one of my cases, the error is caused by duplicated file names in a same directory.
madketchup
New here
Posts: 2
Joined: Sun Aug 14, 2016 1:13 pm

Re: Cloud Drive Sync log files?

Post by madketchup »

robertliu wrote:I found some logs existed on my NAS.
1. ssh/telnet to NAS
2. cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data
3. find . -name "*log*"

I did not have enough time to analyze the logs and just did a quick look.
1. cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data/500
2. grep _state sync/1/log/*| grep -v -e FINISHED -e PENDING

there are some files with ['_state': 'ERROR'].
In one of my cases, the error is caused by duplicated file names in a same directory.
Perfect solution to find the Problem!! - The Reporting on the Webinterface is pretty ** from qnap. You see an Error happens, but not which error - Thank u QNAP

Real Thanks to robertliu!
User avatar
Moogle Stiltzkin
Guru
Posts: 11445
Joined: Thu Dec 04, 2008 12:21 am
Location: Around the world....
Contact:

Re: Cloud Drive Sync log files?

Post by Moogle Stiltzkin »

check my faq link for how to create support ticket. make sure they know so it gets fixed :]
NAS
[Main Server] QNAP TS-877 (QTS) w. 4tb [ 3x HGST Deskstar NAS & 1x WD RED NAS ] EXT4 Raid5 & 2 x m.2 SATA Samsung 850 Evo raid1 +16gb ddr4 Crucial+ QWA-AC2600 wireless+QXP PCIE
[Backup] QNAP TS-653A (Truenas Core) w. 4x 2TB Samsung F3 (HD203WI) RaidZ1 ZFS + 8gb ddr3 Crucial
[^] QNAP TL-D400S 2x 4TB WD Red Nas (WD40EFRX) 2x 4TB Seagate Ironwolf, Raid5
[^] QNAP TS-509 Pro w. 4x 1TB WD RE3 (WD1002FBYS) EXT4 Raid5
[^] QNAP TS-253D (Truenas Scale)
[Mobile NAS] TBS-453DX w. 2x Crucial MX500 500gb EXT4 raid1

Network
Qotom Pfsense|100mbps FTTH | Win11, Ryzen 5600X Desktop (1x2tb Crucial P50 Plus M.2 SSD, 1x 8tb seagate Ironwolf,1x 4tb HGST Ultrastar 7K4000)


Resources
[Review] Moogle's QNAP experience
[Review] Moogle's TS-877 review
https://www.patreon.com/mooglestiltzkin
User avatar
Moogle Stiltzkin
Guru
Posts: 11445
Joined: Thu Dec 04, 2008 12:21 am
Location: Around the world....
Contact:

Re: Cloud Drive Sync log files?

Post by Moogle Stiltzkin »

robertliu wrote:I found some logs existed on my NAS.
1. ssh/telnet to NAS
2. cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data
3. find . -name "*log*"

I did not have enough time to analyze the logs and just did a quick look.
1. cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data/500
2. grep _state sync/1/log/*| grep -v -e FINISHED -e PENDING

there are some files with ['_state': 'ERROR'].
In one of my cases, the error is caused by duplicated file names in a same directory.
i tried this but all i got was

Code: Select all

[~] # cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data
-sh: cd: /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data: No such file or directory
[~] # find . -name "*log*"
./.bash_logout
[~] #
[~] # cd /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data/500
-sh: cd: /share/CACHEDEV1_DATA/.qpkg/CloudDriveSync/data/500: No such file or directory
[~] #
NAS
[Main Server] QNAP TS-877 (QTS) w. 4tb [ 3x HGST Deskstar NAS & 1x WD RED NAS ] EXT4 Raid5 & 2 x m.2 SATA Samsung 850 Evo raid1 +16gb ddr4 Crucial+ QWA-AC2600 wireless+QXP PCIE
[Backup] QNAP TS-653A (Truenas Core) w. 4x 2TB Samsung F3 (HD203WI) RaidZ1 ZFS + 8gb ddr3 Crucial
[^] QNAP TL-D400S 2x 4TB WD Red Nas (WD40EFRX) 2x 4TB Seagate Ironwolf, Raid5
[^] QNAP TS-509 Pro w. 4x 1TB WD RE3 (WD1002FBYS) EXT4 Raid5
[^] QNAP TS-253D (Truenas Scale)
[Mobile NAS] TBS-453DX w. 2x Crucial MX500 500gb EXT4 raid1

Network
Qotom Pfsense|100mbps FTTH | Win11, Ryzen 5600X Desktop (1x2tb Crucial P50 Plus M.2 SSD, 1x 8tb seagate Ironwolf,1x 4tb HGST Ultrastar 7K4000)


Resources
[Review] Moogle's QNAP experience
[Review] Moogle's TS-877 review
https://www.patreon.com/mooglestiltzkin
Post Reply

Return to “Backup & Restore”