Search found 5 matches

by rasentry
06 Dec 2025, 16:56
Forum: General Discussion
Topic: Only writing delta when synchronizing a file
Replies: 4
Views: 43940

Re: Only writing delta when synchronizing a file

+1 for that kind of feature request. It is very time- and resource-wasteful to sync 100+ GB files.
Block-level syncing would be a great feature.
by rasentry
20 Jan 2025, 09:19
Forum: General Discussion
Topic: [Feature Request] .filesyncignore file
Replies: 8
Views: 7869

Re: [Feature Request] .filesyncignore file


Your use of "the" suggests there is/can be only a single *.fss_gui (or *.ffs_batch) sync configuration file.
However, you can create and save as many sync configuration files as you like, and name each one as you like.


My proposal isn't about naming *.ffs_gui files or managing hundreds of them ...
by rasentry
19 Jan 2025, 20:57
Forum: General Discussion
Topic: [Feature Request] .filesyncignore file
Replies: 8
Views: 7869

Re: [Feature Request] .filesyncignore file


You can edit, copy and paste in the FFS Include and Exclude Filter in the FFS GUI.

Alternatively:
FFS sync configurations are saved as *.ffs_gui or *.ffs_batch files.
These files are XML-files, in which you can find the
<Filter>...</Filter> section, which comprises the
<Include>...</Include>and ...
by rasentry
19 Jan 2025, 16:33
Forum: General Discussion
Topic: [Feature Request] .filesyncignore file
Replies: 8
Views: 7869

Re: [Feature Request] .filesyncignore file

I can easily include the root folder for all projects in the sync configuration without customizing the exclusion list for each one. This can be done by editing the .ignore file individually for each project, similar to how Git handles it.
by rasentry
18 Jan 2025, 16:24
Forum: General Discussion
Topic: [Feature Request] .filesyncignore file
Replies: 8
Views: 7869

[Feature Request] .filesyncignore file

First of all, I would like to express my gratitude for this amazing tool you’ve created.

I have many projects with numerous auxiliary files and folders that I don't need to sync. I would like to have a feature similar to .gitignore, for example, a .filesyncignore file. I could create and place this ...