Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep losing lsl file #10

Closed
silenceleaf opened this issue Sep 7, 2018 · 24 comments
Closed

keep losing lsl file #10

silenceleaf opened this issue Sep 7, 2018 · 24 comments

Comments

@silenceleaf
Copy link

When I sync my dropbox with rclone, first time running everything works great, but second time it remind me missing lsl files, and let me using --first-run parameter.

do you need more detail log?

@cjnaz
Copy link
Owner

cjnaz commented Sep 7, 2018 via email

@silenceleaf
Copy link
Author

**log is here

**

Sep 11 23:16:07 server1 systemd[1]: Started Rclone Sync Dropbox.
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,044: ***** BiDirectional Sync for Cloud Services using rclone *****
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,046: Synching Path1 dropbox: with Path2 </home/zjy/Dropbox/>
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,046: Command line: <Namespace(Path1='dropbox:', Path2='/home/zjy/Dropbox/', check_access=False, dry_run=False, filters_file=None, first_sync=False, force=False, max_deletes=50, no_datetime_log=False, rc_verbose=None, verbose=True, workdir='/home/zjy/.rclonesyncwd')>
Sep 11 23:16:08 server1 python3[343]: 2018/09/11 23:16:08 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 11 23:16:08 server1 python3[343]: 2018/09/11 23:16:08 Failed to lsl: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,073: WARNING rclone lsl try 1 failed. - dropbox:
Sep 11 23:16:08 server1 python3[343]: 2018/09/11 23:16:08 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 11 23:16:08 server1 python3[343]: 2018/09/11 23:16:08 Failed to lsl: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,097: WARNING rclone lsl try 2 failed. - dropbox:
Sep 11 23:16:08 server1 python3[343]: 2018/09/11 23:16:08 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 11 23:16:08 server1 python3[343]: 2018/09/11 23:16:08 Failed to lsl: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,121: WARNING rclone lsl try 3 failed. - dropbox:
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,122: ERROR rclone lsl failed. Specified path invalid? (Line 236) - dropbox:
Sep 11 23:16:08 server1 python3[343]: 2018-09-11 23:16:08,122: ***** Critical Error Abort - Must run --first-sync to recover. See README.md *****

<after this "can not connect to dropbox error" all the sync become "losing lsl file" >

Sep 12 17:17:50 server1 systemd[1]: Started Rclone Sync Dropbox.
Sep 12 17:17:50 server1 python3[3425]: 2018-09-12 17:17:50,294: ***** BiDirectional Sync for Cloud Services using rclone *****
Sep 12 17:17:50 server1 python3[3425]: 2018-09-12 17:17:50,294: Synching Path1 dropbox: with Path2 </home/zjy/Dropbox/>
Sep 12 17:17:50 server1 python3[3425]: 2018-09-12 17:17:50,295: Command line: <Namespace(Path1='dropbox:', Path2='/home/zjy/Dropbox/', check_access=False, dry_run=False, filters_file=None, first_sync=False, force=False, max_deletes=50, no_datetime_log=False, rc_verbose=None, verbose=True, workdir='/home/zjy/.rclonesyncwd')>
Sep 12 17:17:50 server1 python3[3425]: 2018-09-12 17:17:50,295: ***** Cannot find prior Path1 or Path2 lsl files.
Sep 12 17:17:50 server1 python3[3425]: 2018-09-12 17:17:50,295: ***** Critical Error Abort - Must run --first-sync to recover. See README.md *****

@cjnaz
Copy link
Owner

cjnaz commented Sep 17, 2018

I couple interesting things here.

It looks like your prompt (Sep 11 23:16:08 server1 python3[343]:) is being printed on all lines. How are you invoking rclonesync to cause this to happen (just in case this has something to do with the problem)?

rclone is generating the error when trying to get the file list (lsl) for dropbox:. The problem is likely in the setup of rclone, or a temporary problem with dropbox. 2018/09/11 23:16:08 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution Notice the '/'s in the date stamp.

What version of rclone are you using? Please run and copy/paste rclone -V to this thread. I am running with:

$ rclone -V
rclone v1.42
- os/arch: linux/amd64
- go version: go1.10.1

I also ran with the latest beta without errors:

$ rclone -V
rclone v1.43-083-gb18595ae-beta
- os/arch: linux/amd64
- go version: go1.11

Try running the rclone lsl manually from the command line: rclone lsl dropbox: --verbose, as suggested in https://github.com/cjnaz/rclonesync-V2/blob/master/TROUBLESHOOTING.md

When you figure this out, please post the root cause and solution.

@cjnaz
Copy link
Owner

cjnaz commented Sep 25, 2018

Any news? Did you get this resolved, and may I close this issue? If so, what was the issue, for others' benefit.

@silenceleaf
Copy link
Author

No, the service running very smooth for coupe of days, the loosing lsl file error go back!

Background:

The rclonesync is scheduled by systemd-timer, running every 4 hour

Seems error happens when connect to dropbox failure, and then all afterwards sync attempts will be failure(Must manually run --first-sync to recover.).

As my understand, for a robust system, one time failure should not affect afterwards operation.

log is here:

Sep 22 12:28:09 server1 systemd[1]: Started Rclone Sync Dropbox.
Sep 22 12:28:09 server1 python3[358]: 2018-09-22 12:28:09,963: ***** BiDirectional Sync for Cloud Services using rclone *****
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:09,964: Synching Path1 dropbox: with Path2 </home/zjy/Dropbox/>
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:09,966: Command line: <Namespace(Path1='dropbox:', Path2='/home/zjy/Dropbox/', check_access=False, dry_run=False, filters_file=None, first_sync=False, force=False, max_deletes=50, no_datetime_log=False, rc_verbose=None, verbose=True, workdir='/home/zjy/.rclonesyncwd')>
Sep 22 12:28:10 server1 python3[358]: 2018/09/22 12:28:09 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 22 12:28:10 server1 python3[358]: 2018/09/22 12:28:09 Failed to lsl: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:09,996: WARNING rclone lsl try 1 failed. - dropbox:
Sep 22 12:28:10 server1 python3[358]: 2018/09/22 12:28:10 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 22 12:28:10 server1 python3[358]: 2018/09/22 12:28:10 Failed to lsl: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:10,020: WARNING rclone lsl try 2 failed. - dropbox:
Sep 22 12:28:10 server1 python3[358]: 2018/09/22 12:28:10 ERROR : : error listing: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 22 12:28:10 server1 python3[358]: 2018/09/22 12:28:10 Failed to lsl: Post https://api.dropboxapi.com/2/files/list_folder: dial tcp: lookup api.dropboxapi.com: Temporary failure in name resolution
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:10,051: WARNING rclone lsl try 3 failed. - dropbox:
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:10,051: ERROR rclone lsl failed. Specified path invalid? (Line 236) - dropbox:
Sep 22 12:28:10 server1 python3[358]: 2018-09-22 12:28:10,051: ***** Critical Error Abort - Must run --first-sync to recover. See README.md *****
Sep 22 18:28:14 server1 systemd[1]: Started Rclone Sync Dropbox.
Sep 22 18:28:15 server1 python3[1451]: 2018-09-22 18:28:15,048: ***** BiDirectional Sync for Cloud Services using rclone *****
Sep 22 18:28:15 server1 python3[1451]: 2018-09-22 18:28:15,049: Synching Path1 dropbox: with Path2 </home/zjy/Dropbox/>
Sep 22 18:28:15 server1 python3[1451]: 2018-09-22 18:28:15,049: Command line: <Namespace(Path1='dropbox:', Path2='/home/zjy/Dropbox/', check_access=False, dry_run=False, filters_file=None, first_sync=False, force=False, max_deletes=50, no_datetime_log=False, rc_verbose=None, verbose=True, workdir='/home/zjy/.rclonesyncwd')>
Sep 22 18:28:15 server1 python3[1451]: 2018-09-22 18:28:15,050: ***** Cannot find prior Path1 or Path2 lsl files.
Sep 22 18:28:15 server1 python3[1451]: 2018-09-22 18:28:15,050: ***** Critical Error Abort - Must run --first-sync to recover. See README.md *****
Sep 23 00:28:20 server1 systemd[1]: Started Rclone Sync Dropbox.

@cjnaz
Copy link
Owner

cjnaz commented Sep 26, 2018 via email

@cjnaz
Copy link
Owner

cjnaz commented Oct 2, 2018

Any luck with --check-access? Can I close this issue?

fyi, new version 2.3 just posted.

@silenceleaf
Copy link
Author

Sorry for the late response!

I think that's not a big deal, you can close this thread.

@silenceleaf
Copy link
Author

I have a small change request here:

if I use "--check-access" option, rather than make the file name strictly "RCLONE_TEST", let's make it contains "RCLONE_TEST". such as I want to use ".RCLONE_TEST"(make it hidden file) or "RCLONE_TEST.txt" (write something inside)

Thanks for this handy tools, thanks for your effort!

@cjnaz
Copy link
Owner

cjnaz commented Oct 4, 2018 via email

@cjnaz
Copy link
Owner

cjnaz commented Oct 5, 2018

Added --check-filename switch in V2.4.

@cjnaz cjnaz closed this as completed Oct 5, 2018
@silenceleaf
Copy link
Author

Good idea. Alternatively, I might add a switch to allow selection of the test filename, overriding the current default. or wildcarding the filter (* RCLONE_TEST*) may be cheap enough, but allowing user selection is most flexible and cheap/easy to implement. Sound reasonable?

sounds good!

@rharish101
Copy link

rharish101 commented Nov 17, 2018

I'm facing this error now even with v2.4 and using RCLONE_TEST with --check-filename. Which logs would you require? I'll add some here as I get them.

EDIT: Logs

--first-sync with --dry-run
018-11-17 21:29:17,228:  ***** BiDirectional Sync for Cloud Services using rclone *****
2018-11-17 21:29:17,247:  Synching Path1  </mnt/Data/Google Drive/>  with Path2  <GDrive:>
2018-11-17 21:29:17,247:  Command line:  <Namespace(Path1='/mnt/Data/Google Drive/', Path2='GDrive:', check_access=False, check_filename='RCLONE_TEST', dry_run=True, filters_file=None, first_sync=True, force=False, max_deletes=50, no_datetime_log=False, rc_verbose=None, rclone='rclone', remove_empty_directories=False, verbose=False, workdir='/home/rharish/.rclonesyncwd')>
2018-11-17 21:29:17,247:  >>>>> --first-sync copying any unique Path2 files to Path1
2018/11/17 21:29:18 NOTICE: Academics/CS330A/assignment-4/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:29:18 NOTICE: Academics/CS330A/assignment-4/example/disk.img: Can't follow symlink without -L/--copy-links
2018-11-17 21:32:07,522:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-07-12 13:00:08.463000000 1480138150669vdFogs73B98gT6IA.xls.xlsx
>
2018-11-17 21:32:07,522:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-07-25 22:52:45.700000000 160552  - R. Harish - PVF-RTE'18.docx
>
2018-11-17 21:32:07,522:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-07-26 10:19:21.253000000 160552 - R. Harish - PVF-NYO'18.docx
>
2018-11-17 21:32:07,522:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-08-20 23:12:50.187000000 ACA Project Report.docx
>
2018-11-17 21:32:07,522:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2012-02-28 19:48:20.800000000 Backward in Time.xlsx
>
2018-11-17 21:32:07,522:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-11-17 08:25:29.324000000 CS300 AI Strategy.docx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-07-02 21:17:51.662000000 Final Room Allocation Y16.xlsx.xlsx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-17 20:44:17.907000000 Image Captioning Final.xlsx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-15 19:20:41.863000000 Image Captioning Interview Slots.xlsx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-10 13:13:58.576000000 Image Captioning Proposal.docx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-08 12:43:41.684000000 Image captioning .pptx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-11-11 11:38:45.447000000 Internship.xlsx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-15 18:11:25.903000000 Interview results image captioning.xlsx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-08-31 13:17:27.018000000 Lab Report sheet.docx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-02-13 19:57:41.624000000 Mess Menu (Recovered).docx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-08-28 21:47:04.021000000 Mila SOP.docx
>
2018-11-17 21:32:07,523:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-12-10 04:01:44.836000000 Night's Watch Part 2.pptx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-10-02 20:02:28.248000000 PVF-Harish.doc.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-10-09 18:05:54.554000000 Project proposal.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-04-19 21:45:58.893000000 RL Project Proposal.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-08-20 11:37:32.086000000 Report.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-10-29 10:34:06.584000000 StatementSecond.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-09-03 17:37:56.889000000 TA201 Project Report.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-08-28 21:46:56.418000000 Test.docx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-10-23 21:48:13.011000000 TimeTable 5th sem.xlsx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-11-03 11:11:32.874000000 TimeTable 6th Sem.xlsx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-08-01 11:44:57.302000000 UGP Ideas.xlsx
>
2018-11-17 21:32:07,524:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-03-20 07:45:28.598000000 build.prop.docx
>
2018-11-17 21:32:07,525:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-10 12:45:44.547000000 image_captioning.pdf.docx
>
2018-11-17 21:32:07,525:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-12-26 21:12:38.658000000 spreadsheet.xlsx
>
2018-11-17 21:32:07,558:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec10_print.pdf
2018/11/17 21:32:11 NOTICE: 771_A18_lec10_print.pdf: Not copying as --dry-run
2018-11-17 21:32:11,078:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec11_print.pdf
2018/11/17 21:32:39 NOTICE: 771_A18_lec11_print.pdf: Not copying as --dry-run
2018-11-17 21:32:39,478:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec12_print.pdf
2018/11/17 21:32:43 NOTICE: 771_A18_lec12_print.pdf: Not copying as --dry-run
2018-11-17 21:32:43,072:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec13_print.pdf
2018/11/17 21:32:50 NOTICE: 771_A18_lec13_print.pdf: Not copying as --dry-run
2018-11-17 21:32:50,421:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec14_print.pdf
2018/11/17 21:34:38 NOTICE: 771_A18_lec14_print.pdf: Not copying as --dry-run
2018-11-17 21:34:38,492:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec15_print.pdf
2018/11/17 21:34:44 NOTICE: 771_A18_lec15_print.pdf: Not copying as --dry-run
2018-11-17 21:34:44,747:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec16_print.pdf
2018/11/17 21:35:09 NOTICE: 771_A18_lec16_print.pdf: Not copying as --dry-run
2018-11-17 21:35:09,049:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec17_print.pdf
2018/11/17 21:35:29 NOTICE: 771_A18_lec17_print.pdf: Not copying as --dry-run
2018-11-17 21:35:29,579:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec18_print.pdf
2018/11/17 21:35:49 NOTICE: 771_A18_lec18_print.pdf: Not copying as --dry-run
2018-11-17 21:35:49,029:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec19_print.pdf
2018/11/17 21:36:19 NOTICE: 771_A18_lec19_print.pdf: Not copying as --dry-run
2018-11-17 21:36:19,063:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec1_print.pdf
2018/11/17 21:36:22 NOTICE: 771_A18_lec1_print.pdf: Not copying as --dry-run
2018-11-17 21:36:22,631:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec20_print.pdf
2018/11/17 21:36:26 NOTICE: 771_A18_lec20_print.pdf: Not copying as --dry-run
2018-11-17 21:36:26,356:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec21_print.pdf
2018/11/17 21:36:30 NOTICE: 771_A18_lec21_print.pdf: Not copying as --dry-run
2018-11-17 21:36:30,492:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec22_print.pdf
2018/11/17 21:36:42 NOTICE: 771_A18_lec22_print.pdf: Not copying as --dry-run
2018-11-17 21:36:42,722:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec23_print.pdf
2018/11/17 21:36:46 NOTICE: 771_A18_lec23_print.pdf: Not copying as --dry-run
2018-11-17 21:36:46,560:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec24_print.pdf
2018/11/17 21:37:09 NOTICE: 771_A18_lec24_print.pdf: Not copying as --dry-run
2018-11-17 21:37:09,586:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec2_print.pdf
2018/11/17 21:37:21 NOTICE: 771_A18_lec2_print.pdf: Not copying as --dry-run
2018-11-17 21:37:21,765:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec3_print.pdf
2018/11/17 21:37:25 NOTICE: 771_A18_lec3_print.pdf: Not copying as --dry-run
2018-11-17 21:37:25,388:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec4_print.pdf
2018/11/17 21:37:49 NOTICE: 771_A18_lec4_print.pdf: Not copying as --dry-run
2018-11-17 21:37:49,215:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec5_print.pdf
2018/11/17 21:37:57 NOTICE: 771_A18_lec5_print.pdf: Not copying as --dry-run
2018-11-17 21:37:57,396:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec6_print.pdf
2018/11/17 21:38:00 NOTICE: 771_A18_lec6_print.pdf: Not copying as --dry-run
2018-11-17 21:38:00,819:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec7_print.pdf
2018/11/17 21:38:04 NOTICE: 771_A18_lec7_print.pdf: Not copying as --dry-run
2018-11-17 21:38:04,360:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec8_print.pdf
2018/11/17 21:38:08 NOTICE: 771_A18_lec8_print.pdf: Not copying as --dry-run
2018-11-17 21:38:08,148:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_lec9_print.pdf
2018/11/17 21:38:29 NOTICE: 771_A18_lec9_print.pdf: Not copying as --dry-run
2018-11-17 21:38:29,218:    Path2      --first-sync copying to Path1     - /mnt/Data/Google Drive/Academics/CS771A/771_A18_supp_slides1.pdf
2018/11/17 21:38:49 NOTICE: 771_A18_supp_slides1.pdf: Not copying as --dry-run
2018/11/17 21:38:49 NOTICE: Academics/CS330A/assignment-4/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:38:49 NOTICE: Academics/CS330A/assignment-4/example/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:38:50 NOTICE: Academics/CS330A/assignment-4/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:38:50 NOTICE: Academics/CS330A/assignment-4/example/disk.img: Can't follow symlink without -L/--copy-links
2018-11-17 21:41:47,692:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-07-12 13:00:08.463000000 1480138150669vdFogs73B98gT6IA.xls.xlsx
>
2018-11-17 21:41:47,692:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-07-25 22:52:45.700000000 160552  - R. Harish - PVF-RTE'18.docx
>
2018-11-17 21:41:47,692:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-07-26 10:19:21.253000000 160552 - R. Harish - PVF-NYO'18.docx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-08-20 23:12:50.187000000 ACA Project Report.docx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2012-02-28 19:48:20.800000000 Backward in Time.xlsx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-11-17 08:25:29.324000000 CS300 AI Strategy.docx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-07-02 21:17:51.662000000 Final Room Allocation Y16.xlsx.xlsx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-17 20:44:17.907000000 Image Captioning Final.xlsx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-15 19:20:41.863000000 Image Captioning Interview Slots.xlsx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-10 13:13:58.576000000 Image Captioning Proposal.docx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-08 12:43:41.684000000 Image captioning .pptx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-11-11 11:38:45.447000000 Internship.xlsx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-15 18:11:25.903000000 Interview results image captioning.xlsx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-08-31 13:17:27.018000000 Lab Report sheet.docx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-02-13 19:57:41.624000000 Mess Menu (Recovered).docx
>
2018-11-17 21:41:47,693:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-08-28 21:47:04.021000000 Mila SOP.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-12-10 04:01:44.836000000 Night's Watch Part 2.pptx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-10-02 20:02:28.248000000 PVF-Harish.doc.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-10-09 18:05:54.554000000 Project proposal.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-04-19 21:45:58.893000000 RL Project Proposal.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-08-20 11:37:32.086000000 Report.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-10-29 10:34:06.584000000 StatementSecond.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-09-03 17:37:56.889000000 TA201 Project Report.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-08-28 21:46:56.418000000 Test.docx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-10-23 21:48:13.011000000 TimeTable 5th sem.xlsx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-11-03 11:11:32.874000000 TimeTable 6th Sem.xlsx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-08-01 11:44:57.302000000 UGP Ideas.xlsx
>
2018-11-17 21:41:47,694:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-03-20 07:45:28.598000000 build.prop.docx
>
2018-11-17 21:41:47,695:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2018-04-10 12:45:44.547000000 image_captioning.pdf.docx
>
2018-11-17 21:41:47,695:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2.  (Google Doc files cannot be synced.):
   <       -1 2017-12-26 21:12:38.658000000 spreadsheet.xlsx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-07-12 13:00:08.463000000 1480138150669vdFogs73B98gT6IA.xls.xlsx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-07-25 22:52:45.700000000 160552  - R. Harish - PVF-RTE'18.docx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-07-26 10:19:21.253000000 160552 - R. Harish - PVF-NYO'18.docx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-08-20 23:12:50.187000000 ACA Project Report.docx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2012-02-28 19:48:20.800000000 Backward in Time.xlsx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-11-17 08:25:29.324000000 CS300 AI Strategy.docx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-07-02 21:17:51.662000000 Final Room Allocation Y16.xlsx.xlsx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-04-17 20:44:17.907000000 Image Captioning Final.xlsx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-04-15 19:20:41.863000000 Image Captioning Interview Slots.xlsx
>
2018-11-17 21:41:47,763:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-04-10 13:13:58.576000000 Image Captioning Proposal.docx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-04-08 12:43:41.684000000 Image captioning .pptx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-11-11 11:38:45.447000000 Internship.xlsx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-04-15 18:11:25.903000000 Interview results image captioning.xlsx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-08-31 13:17:27.018000000 Lab Report sheet.docx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-02-13 19:57:41.624000000 Mess Menu (Recovered).docx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-08-28 21:47:04.021000000 Mila SOP.docx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-12-10 04:01:44.836000000 Night's Watch Part 2.pptx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-10-02 20:02:28.248000000 PVF-Harish.doc.docx
>
2018-11-17 21:41:47,764:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-10-09 18:05:54.554000000 Project proposal.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-04-19 21:45:58.893000000 RL Project Proposal.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-08-20 11:37:32.086000000 Report.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-10-29 10:34:06.584000000 StatementSecond.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-09-03 17:37:56.889000000 TA201 Project Report.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-08-28 21:46:56.418000000 Test.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-10-23 21:48:13.011000000 TimeTable 5th sem.xlsx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-11-03 11:11:32.874000000 TimeTable 6th Sem.xlsx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-08-01 11:44:57.302000000 UGP Ideas.xlsx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-03-20 07:45:28.598000000 build.prop.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2018-04-10 12:45:44.547000000 image_captioning.pdf.docx
>
2018-11-17 21:41:47,765:  Something wrong with this line (ignored) in /home/rharish/.rclonesyncwd/LSL__mnt_Data_Google Drive_GDrive__Path2_NEW.  (Google Doc files cannot be synced.):
   <       -1 2017-12-26 21:12:38.658000000 spreadsheet.xlsx
>
2018-11-17 21:41:47,799:  >>>>> Path1 Checking for Diffs
2018-11-17 21:41:47,800:  >>>>> Path2 Checking for Diffs
2018-11-17 21:41:47,801:  >>>>> No changes on Path2 - Skipping ahead
2018-11-17 21:41:47,801:  >>>>> Synching Path1 to Path2
2018/11/17 21:41:48 NOTICE: Backward in Time.xlsx: Not copying as --dry-run
2018/11/17 21:41:50 NOTICE: Academics/CS252A/Project Proposal - Team Rocket.pdf: Not updating modification time as --dry-run
2018/11/17 21:41:50 NOTICE: Academics/CS300A/AI-Critique.tex: Not copying as --dry-run
2018/11/17 21:41:50 NOTICE: Academics/CS300A/acm-code-of-ethics-and-professional-conduct.pdf: Not updating modification time as --dry-run
2018/11/17 21:41:50 NOTICE: Academics/CS330A/objstore.c: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/.fuse_hidden0000048a0000001b: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/.fuse_hidden0000229000000002: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/Makefile: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/lib.c: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/lib.h: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/objfs.log: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/objstore.c.bak: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/objstore.c: Not copying as --dry-run
2018/11/17 21:42:44 NOTICE: Academics/CS330A/assignment-4/test.zip: Not copying as --dry-run
2018/11/17 21:42:45 NOTICE: Academics/CS330A/assignment-4/example/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:42:47 NOTICE: Academics/CS330A/assignment-4/example/lib.o: Not copying as --dry-run
2018/11/17 21:42:47 NOTICE: Academics/CS330A/assignment-4/example/objfs: Not copying as --dry-run
2018/11/17 21:42:47 NOTICE: Academics/CS330A/assignment-4/example/objfs.o: Not copying as --dry-run
2018/11/17 21:42:47 NOTICE: Academics/CS330A/assignment-4/example/objfs.log: Not copying as --dry-run
2018/11/17 21:42:47 NOTICE: Academics/CS330A/assignment-4/example/objstore.o: Not copying as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS330A/assignment-4/test/16MB.txt: Not copying as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS330A/assignment-4/test/test.c: Not copying as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS771A/hw4/hw4sol.log: Not copying as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS771A/hw4/hw4sol.pdf: Not copying as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS771A/hw4/hw4sol.tex: Not copying as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS771A/hw4/hw4sol.out: Not updating modification time as --dry-run
2018/11/17 21:42:48 NOTICE: Academics/CS771A/hw4/hw4sol.aux: Not updating modification time as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec10_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec1_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec23_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_supp_slides1.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec13_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec15_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec18_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec22_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec3_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec6_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec8_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec9_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec12_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec16_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec21_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec11_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec24_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec4_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec2_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec19_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec5_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec7_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec20_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec17_print.pdf: Not deleting as --dry-run
2018/11/17 21:44:30 NOTICE: Academics/CS771A/771_A18_lec14_print.pdf: Not deleting as --dry-run
2018-11-17 21:44:30,090:  >>>>> Refreshing Path1 and Path2 lsl files
2018/11/17 21:44:30 NOTICE: Academics/CS330A/assignment-4/disk.img: Can't follow symlink without -L/--copy-links
2018/11/17 21:44:30 NOTICE: Academics/CS330A/assignment-4/example/disk.img: Can't follow symlink without -L/--copy-links
2018-11-17 21:47:12,106:  >>>>> Successful run.  All done.

@cjnaz
Copy link
Owner

cjnaz commented Nov 19, 2018

This current issue (#10) is closed, and the issues in your log are not related to issue #10.
Your log shows a couple issues:
1 - Google doc files cannot be synced. See the README.
2 - I've not tried symlinks. I suggest that you try turning on rclone's --copy-links switch in the rclone.conf file or via an environment variable. See the https://rclone.org/docs/#environment-variables

@rharish101
Copy link

Well, the problem is not actually with the logs. I am actually facing the issue of losing the lsl files in ~/.rclonesyncwd, which seems like it's not getting reflected in the logs. I am also aware of the google docs thing, and I'm fine with them not being synced.

How would you suggest to get logs the next time it happens? Because the lsl files are lost at random days (approx. twice a week), I have no idea as to catch the reason for the error when it occurs.

@cjnaz
Copy link
Owner

cjnaz commented Nov 20, 2018

Do you also have --check-access turned on? --check-filename is optional and only needed if you want to override the default check filename.

  -c, --check-access    Ensure expected RCLONE_TEST files are found on both
                        path1 and path2 filesystems, else abort.
  --check-filename CHECK_FILENAME
                        Filename for --check-access (default is
                        <RCLONE_TEST>).

@rharish101
Copy link

rharish101 commented Nov 20, 2018

Yup. I added the RCLONE_TEST file in the root directory for all of my cloud storage drives and started using that flag ever since this bug started occurring for me.

I have now started logging every sync into a logfile, and I'll report here when I face this issue next.

@cjnaz
Copy link
Owner

cjnaz commented Nov 20, 2018

Just to be sure, post the Command line: <Namespace(Path1=... line from your non --first-sync normal runs.

@rharish101
Copy link

The command is this:

/mnt/Data/Programs/Bash/rclonesync.py --check-access "GDrive:" "/mnt/Data/Google Drive"

This is what that line says:

2018-11-20 21:30:01,259:  Synching Path1  <GDrive:>  with Path2  </mnt/Data/Google Drive/>

@cjnaz
Copy link
Owner

cjnaz commented Nov 20, 2018

For debug, turn on verbose (--verbose) and rclone verbose (--rc-verbose), and redirect the run output (concatenated) to a file, as in the Running from cron example https://github.com/cjnaz/rclonesync-V2/blob/master/TROUBLESHOOTING.md#running-from-cron.

@rharish101
Copy link

Did it. Here's the output:

Command line:  <Namespace(Path1='GDrive:', Path2='/mnt/Data/Google Drive', check_access=True, check_filename='RCLONE_TEST', dry_run=False, filters_file=None, first_sync=False, force=False, max_deletes=50, no_datetime_log=False, rc_verbose=1, rclone='rclone', remove_empty_directories=False, verbose=True, workdir='/home/rharish/.rclonesyncwd')>

@cjnaz
Copy link
Owner

cjnaz commented Nov 20, 2018

The invocation (command line) looks fine. Let it run with output to the log file until it fails.

@rharish101
Copy link

Lost the lsl files for two cloud sync setups (Google Drive and Dropbox; Box wasn't affected). Here's the part of the logfile for today (22/11/2018): rclonesync.log

I suspect that this happens when rclonesync gets killed, probably when shutting down at a time when the cron job for rclonesync is running.

@cjnaz
Copy link
Owner

cjnaz commented Nov 22, 2018

The first error is that the Path2 CS330A/assignment-4/Makefile was no longer there when rclonesync went to copy it to Path1. This is a case where rclonesync flags that something has happened that cannot be safely recovered from, so it moves the LSL history files.
What's puzzling is that then immediately after, on log line 20904, the Dropbox: run failed to find its LSL files. The prior GDrive: failure should not have touched the Dropbox: LSL files. Does GDRive: and Dropbox: always/frequently die in pairs? Check the LSL files in the working directory for clues. And then the immediately following Box: run fails gracefully (fails the access check).

You might want to weigh in on #8. The missing Makefile case is missing from the discussion since it doesn't have a risk of data loss, but is not well handled.

If you can narrow in on the issue, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants