Search found 1038 matches

by therube
Yesterday, 17:08
Forum: Help
Topic: sauvegarde incomprehension
Replies: 1
Views: 37

Re: sauvegarde incomprehension

(I don't know about such things, but) is I: plugged into the NAS itself or into a USB port on your computer?

Are you able to copy a file - using Windows Explorer, from D: to NAS?
by therube
18 Nov 2024, 21:17
Forum: General Discussion
Topic: Suggested checkboxes for synchronization
Replies: 3
Views: 102

Re: Suggested checkboxes for synchronization

You can approximate that by removing the unwanted folder pairs, & then by NOT saving the .ffs_gui when prompted on quitting.


(Can't hurt to have backed up your .ffs_gui's ahead of time in case you accidentally do overwrite the existing ;-).)
by therube
18 Nov 2024, 21:13
Forum: General Discussion
Topic: ERROR_DIRECTORY: The directory name is invalid
Replies: 1
Views: 43

Re: ERROR_DIRECTORY: The directory name is invalid

Can you open C:\Projects\WebGL\.gitattributes in Windows Explorer?


Anything here help, Where should I place my global 'gitattributes' file?
by therube
18 Nov 2024, 21:05
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

Re: [FIX] How to preserve file and folder TIMESTAMPS!

FWIW: Deleting files without touching a directories date

If I'm remembering correctly...

I used robocopy to backup the timestamps of the /directories/ within a directory tree - ahead of time

ROBOCOPY %SOURCE% %COPY% /E /XF *


then used (UNIX) touch to "re-date" the (changed, so touched ...
by therube
18 Nov 2024, 20:09
Forum: Help
Topic: Error Code 5: Access denied [DirReaderPlus]
Replies: 12
Views: 6643

Re: Error Code 5: Access denied [DirReaderPlus]

Can you browse H:/<directory in question>/ through Windows Explorer?
by therube
18 Nov 2024, 20:02
Forum: Help
Topic: Email Notifications
Replies: 6
Views: 215

Re: Email Notifications

(https://freefilesync.org/api/ might ? exist, but one is unable to actually access it - at least in that manner.)
by therube
18 Nov 2024, 19:51
Forum: Help
Topic: Lost the Donation Edition Mail
Replies: 4
Views: 175

Re: Lost the Donation Edition Mail

Computer reset... hmm.

Have a backup of your web browser "Profile" directory?
If so, a URL of, a (browser) history search of, 'freefile thank', might turn up your wanted donation link.

(Or, 'freefile thank-you', to be a bit more specific, is how I find mine ;-).)
by therube
13 Nov 2024, 16:41
Forum: General Discussion
Topic: Cannot sync directories
Replies: 1
Views: 96

Re: Cannot sync directories

by therube
13 Nov 2024, 16:33
Forum: Help
Topic: Pause/Suspend and Continue/Resume comparison
Replies: 6
Views: 300

Re: Pause/Suspend and Continue/Resume comparison

While we're here, Pausing a sync appears to not stop I/O ?

So a pause will pause, but if FFS is dealing with a large file, (if FFS is dealing with any file), it will finish that file before the pause actually pauses (which could be, timely).
by therube
13 Nov 2024, 16:21
Forum: Help
Topic: FreeFileSync Version via command line
Replies: 2
Views: 121

Re: FreeFileSync Version via command line

You can use (Sysinternals) Sigcheck for that.

sigcheck -n -nobanner FreeFileSync.exe -> 13.8
by therube
06 Nov 2024, 16:31
Forum: Help
Topic: Compare files without their sub directory location
Replies: 2
Views: 171

Re: Compare files without their sub directory location

With Everything (1.5 Alpha), you can do something like:

?:/LIB/ distinct: file:

Which would search for distinct file names within a [drive]:/LIB/ directory tree.
Like I have C:/LIB/ & K:/LIB/, & with above, I can see file (names) that are distinct, not in both locations.

Or something like ...
by therube
05 Nov 2024, 19:05
Forum: Help
Topic: UPDATE mode - Files on target have been renamed lead to files on source detected as new file
Replies: 9
Views: 257

Re: UPDATE mode - Files on target have been renamed lead to files on source detected as new file

If there were an Attribute check (there is not), if removing the +A (archive) attribute from a (source) file after Update were an option, if the source file were then left unchanged, then you could do something like IF -A (archive attrib is not set), then skip file...

(But that is not available ...
by therube
05 Nov 2024, 18:06
Forum: Help
Topic: UPDATE mode - Files on target have been renamed lead to files on source detected as new file
Replies: 9
Views: 257

Re: UPDATE mode - Files on target have been renamed lead to files on source detected as new file

I thought that after a file had been copied to the target destination, we could do anything to the copied file (including deleting the file), FFS would never resync the file from the source destination.
To accomplish something like that, you would need to move the source file out of the source ...
by therube
05 Nov 2024, 17:58
Forum: General Discussion
Topic: Option TO STOP DELETING FILES FROM ABSENT DRIVE
Replies: 24
Views: 537

Re: Option TO STOP DELETING FILES FROM ABSENT DRIVE

I periodically, haphazardly, compare files for "exactness".
There have been times that files did not compare - which I find very odd.
And I make notes (haphazardly ;-)) of such occurrences.

And if I come across something like that, my first thought is, "the drive is dying", or there has been "bit ...
by therube
04 Nov 2024, 16:38
Forum: General Discussion
Topic: Option TO STOP DELETING FILES FROM ABSENT DRIVE
Replies: 24
Views: 537

Re: Option TO STOP DELETING FILES FROM ABSENT DRIVE

This can happen due to hardware failure, e.g. a flaky USB cable, or loose contact.
My M/B (seemingly my M/B) has been acting up of late (... thinking it is on its way out - totally).
Appears to be particular SATA connector(s) on my M/B.
1 seems to have died entirely.
When I plug into another, that ...
by therube
01 Nov 2024, 15:52
Forum: General Discussion
Topic: Option TO STOP DELETING FILES FROM ABSENT DRIVE
Replies: 24
Views: 537

Re: Option TO STOP DELETING FILES FROM ABSENT DRIVE

(
(elsewhere, outside of FFS)

all of a sudden i'm hit with ongoing messages like:


CreateFile(The system cannot find the path specified.3) : S:\III\...


this, while copying files to it, to S:, it went "offline",
bad drive or bad (external) box the drive is in, or... ?

in any case, the drive ...
by therube
31 Oct 2024, 15:18
Forum: General Discussion
Topic: Option TO STOP DELETING FILES FROM ABSENT DRIVE
Replies: 24
Views: 537

Re: Option TO STOP DELETING FILES FROM ABSENT DRIVE

When the issue really was about network connectivity these should be something like ERROR_NETNAME_DELETED.

Those are in there:


12:54:29 Info: Cannot read directory "S:\Emulation\Games\Nintendo Entertainment System".
ERROR_NETNAME_DELETED: The specified network name is no longer available ...
by therube
28 Oct 2024, 17:16
Forum: General Discussion
Topic: The Modification Time Problem and a Klugy Solution
Replies: 4
Views: 207

Re: The Modification Time Problem and a Klugy Solution

> inmotionhosting

Tell us more.
In what manner are you connect to InMotion with FFS?
by therube
28 Oct 2024, 17:07
Forum: General Discussion
Topic: The Modification Time Problem and a Klugy Solution
Replies: 4
Views: 207

Re: The Modification Time Problem and a Klugy Solution

the file size from windows, which is different on ascii files than linux
Run that by me again?
A copied file should maintain its' size.

A file modified under a different OS, & if that modification also changes line endings, will (may) change the file size (as different OS use different line ...
by therube
28 Oct 2024, 16:52
Forum: Help
Topic: Google Drive upload speed suddenly throttled?
Replies: 31
Views: 1476

Re: Google Drive upload speed suddenly throttled?

(
So they have the capabilities to disadvantage third-party access at any time they like.
Not saying it is the issue here, & maybe it is not deliberate :evilgrin:, or maybe it is, & they'll never say so, but...

Google disrupted YouTube video playback on Firefox, again
)
by therube
28 Oct 2024, 16:34
Forum: Help
Topic: Copy the name and/or path of selected files
Replies: 13
Views: 418

Re: Copy the name and/or path of selected files

when testing with files that contained spaces. It would only give me the text up to the first space
That happens when using a batch file, but not when the echo is placed directly as a parameter in the FFS dialog box.

For a batch file you would need something like

@echo off
set name="%1"



Not ...
by therube
24 Oct 2024, 16:31
Forum: Help
Topic: ubuntu home empty
Replies: 5
Views: 129

Re: ubuntu home empty

When does this happen, during the installation or when attempting to run the program?

Do you have correct privileges (rw, I suppose) to /usr/share/freefilesync/ ?
by therube
24 Oct 2024, 16:21
Forum: General Discussion
Topic: New feature request - Filesize difference filter
Replies: 4
Views: 206

Re: New feature request - Filesize difference filter

when copying files to a different storage medium (ie. from a hard drive to a SD card) it is normal to expect differences in file size
No, that is not normal.
There should be no file size difference.

If you are seeing differences, you should investigate why.
by therube
24 Oct 2024, 15:46
Forum: General Discussion
Topic: My FreeFileSync.exe got neutered
Replies: 0
Views: 103

My FreeFileSync.exe got neutered

My FreeFileSync.exe got neutered.


Just noting...

Somehow, my My FreeFileSync.exe got neutered, ended up changed.
+A Attribute set (where it had not been before), & size set to 0 bytes.

Might I have inadvertently done that?
Possibly.

No other files affected.
Other then that .exe, all files ...
by therube
24 Oct 2024, 15:03
Forum: Help
Topic: Error copying "PRN.csv" and "PRN.txt" files. Copied filenames are changed.
Replies: 9
Views: 283

Re: Error copying "PRN.csv" and "PRN.txt" files. Copied filenames are changed.

If you try to print to a file named con.txt, con.csv, or con.xxx, your data gets sent to CON (which is the console [the monitor]) instead of to a file.
DIR > CON.ididntknowthat

Neat.
Thanks :-).
by therube
23 Oct 2024, 16:16
Forum: Help
Topic: Google Drive upload speed suddenly throttled?
Replies: 31
Views: 1476

Re: Google Drive upload speed suddenly throttled?

(screenshot has your .org name in it, if that matters.)
by therube
23 Oct 2024, 16:08
Forum: Help
Topic: Accessing network drives in RealTimeSync
Replies: 16
Views: 509

Re: Accessing network drives in RealTimeSync

Do a search for "*.ffs_real" & see what & where it turns up.

(There is nothing better for searching then, Everything.)


And it's not clear, but you did change (IMAGE 3) from .ffs_real to .ffs_batch?
by therube
23 Oct 2024, 15:48
Forum: Help
Topic: Sync User-Folder in Windows subfolder AppData constantly causes event trigger
Replies: 9
Views: 292

Re: Sync User-Folder in Windows subfolder AppData constantly causes event trigger

Screenshot in first post, viewtopic.php?t=11650, also has > 10 pairs (& with 13.7 RTS).
by therube
23 Oct 2024, 15:39
Forum: Help
Topic: Error copying "PRN.csv" and "PRN.txt" files. Copied filenames are changed.
Replies: 9
Views: 283

Re: Error copying "PRN.csv" and "PRN.txt" files. Copied filenames are changed.

Let me see if I'm understanding this correctly...

So the issue was not "reserved filenames".
As PRN <> PRN.txt nor PRN.csv.

But "Mangling".

And PRN.txt & PRN.csv were mangled - why, because the extensions were in lower case?

So if before changing your mangling setting, your files had been named ...