Ok, so I kept digging here, and I don't think the issue is related to what it was that I thought. I was originally only reading the Errors and Warnings summary, but when I look at the full log, I am starting to see a bit more of what is happening.
To summarize, I am attempting to 2-way sync Google ...
Search found 5 matches
- 09 Sep 2024, 12:48
- Forum: Help
- Topic: Versioning Issue - Wrong Folder Date
- Replies: 11
- Views: 946
- 06 Sep 2024, 12:49
- Forum: Help
- Topic: Versioning Issue - Wrong Folder Date
- Replies: 11
- Views: 946
Re: Versioning Issue - Wrong Folder Date
So I have this running through a Batch script so I can capture some custom logs on versions, times, etc... Here is the code:
@ECHO OFF
SET SCRIPT_VERSION=1.1
ECHO [%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2% %TIME:~0,8%] Starting %~nx0, Version %SCRIPT_VERSION% >> "%~dp0log.txt"
"C:\Program Files ...
@ECHO OFF
SET SCRIPT_VERSION=1.1
ECHO [%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2% %TIME:~0,8%] Starting %~nx0, Version %SCRIPT_VERSION% >> "%~dp0log.txt"
"C:\Program Files ...
- 05 Sep 2024, 15:15
- Forum: Help
- Topic: Versioning Issue - Wrong Folder Date
- Replies: 11
- Views: 946
Re: Versioning Issue - Wrong Folder Date
Do you know if it's possible to read the sync.ffs_db file with any sort of software? I was thinking I could poke around inside to see if I can confirm what I was seeing, but have not found anything that worked.
- 05 Sep 2024, 10:20
- Forum: Help
- Topic: Versioning Issue - Wrong Folder Date
- Replies: 11
- Views: 946
Re: Versioning Issue - Wrong Folder Date
Here are my settings:What is your versioning location set to in the settings? xCSxXenon, 03 Sep 2024, 14:27
- 03 Sep 2024, 08:18
- Forum: Help
- Topic: Versioning Issue - Wrong Folder Date
- Replies: 11
- Views: 946
Versioning Issue - Wrong Folder Date
I am just starting out to use FFS, and so far, it has closed a gap I had with syncing Google drive to a local NAS. I do eventually want to look at getting it setup in a docker container, but until then, I wanted to see about an issue I am seeing with the Versioning feature.
I have a Batch Job setup ...
I have a Batch Job setup ...