


Sync or Two-way sync. That would keep whole dataset offline and only sync changes.
/usr/local/lib/s3drive/; however, I'm not able to find where these logs are being stored such that I can share with you, could you please help? Thanks!

/usr/local/lib/s3drive/; however, I'm not able to find where these logs are being stored such that I can share with you, could you please help? Thanks! 


/usr/local/lib/s3drive/kapsa and then you should see CLI logs. Once it crashes, is there anything obvious?

panic: runtime error: invalid memory address or nil
/data/rclone/backend/protondrive/protondrive.go:1002 +0x46
github.com/rclone/rclone/fs/operations.(*ReOpen).open(0xc000bcdc20)
/data/rclone/fs/operations/reopen.go:148 +0x109
github.com/rclone/rclone/fs/operations.NewReOpen({0x7f56c2617eb8, 0xc000706aa0}, {0x7f56c26327e0, 0xc0000ffe00}, 0xa, {0xc0007113e0, 0x1, 0x1})
/data/rclone/fs/operations/reopen.go:103 +0x505
github.com/rclone/rclone/fs/operations.Open({0x7f56c2617eb8, 0xc000706aa0}, {0x7f56c26327e0, 0xc0000ffe00}, {0xc0007113e0, 0x1, 0x1})
/data/rclone/fs/operations/reopen.go:125 +0x6b
github.com/rclone/rclone/fs/operations.(*copy).manualCopy(0xc0003c2cf0, {0x7f56c2617eb8, 0xc000706aa0})
/data/rclone/fs/operations/copy.go:273 +0x4da
github.com/rclone/rclone/fs/operations.(*copy).copy(0xc0003c2cf0, {0x7f56c2617eb8, 0xc000706aa0})
/data/rclone/fs/operations/copy.go:322 +0x170
github.com/rclone/rclone/fs/operations.Copy({0x7f56c2617eb8, 0xc000706aa0}, {0x7f56c2631c80, 0xc000922cc0}, {0x0, 0x0}, {0xc000965fc0, 0x39}, {0x7f56c26327e0, 0xc0000ffe00})
/data/rclone/fs/operations/copy.go:424 +0x4dc
github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc0007a3b88, {0x7f56c2617eb8, 0xc000706aa0}, 0xc000706910, {0x7f56c2631c80, 0xc000922cc0}, 0x4b, 0x7771792b6c667371?)
/data/rclone/fs/sync/sync.go:505 +0x1fe
created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 67
/data/rclone/fs/sync/sync.go:535 +0x7d
Aborted (core dumped)
You could technically try running rclone sync <proton> <yourFolder>` on your machine and see if it crashes as well, then it could be reported here: https://github.com/rclone/rclone/issues (edited)
rclone package used by s3drive? I've noticed I have the file /usr/local/lib/s3drive/rclone/librclone.so, but I don't seem to find more than this. Also, sorry for my lack of knowledge, but what do you mean by <proton> in the rclone sync ... command?
librclone instead of Rclone CLI, so there isn't really way to use it from the console.
then you can type rclone config to get the configured back-end names, it should list both Rclone's (you don't have any, as presumably you didn't use Rclone before) and S3Drive's connection profiles.
Based on your screenshots the example command that you could try is: rclone sync protondrive_jrnj: /home/tjiagom/s3drive_sync (edited)
