always open new profile?

Get help for specific problems
Posts: 2
Joined: 6 May 2024

jolly

Is there a way to have it open A new profile always on startup?
It'll end up opening my last config, And that I'll accidentally make changes to that one
User avatar
Posts: 3876
Joined: 11 Jun 2019

xCSxXenon

Nope. Opening the last-used config is more than likely preferable to the majority though. This seems like a tech solution to a people issue
User avatar
Posts: 2388
Joined: 22 Aug 2012

Plerry

You can simply click the "New" icon in the (normally top-left) Configuration window of the FFS GUI.
Posts: 998
Joined: 8 May 2006

therube

A hacky way to go about it, perhaps...

Start a New
Enter something simple for the source & target, like 'C'
Save that as ALWAYSNEW.ffs_gui
Quit FFS

Edit ALWAYSNEW.ffs_gui, changing the Folder Pairs:
    <FolderPairs>
        <Pair>
            <Left></Left>
            <Right></Right>
        </Pair>
Set the attributes for ALWAYSNEW.ffs_gui to read-only.

Change your shortcut to open FFS to:

Freefilesync.exe ALWAYSNEW.ffs_gui

FFS should then open, no directories selected
You cannot save changes made as ALWAYSNEW.ffs_gui (as you set the file to read-only), but you can Save As - to a new file name.


Something like that might work.
Something like that might have gotcha's ;-) ?
User avatar
Site Admin
Posts: 7156
Joined: 9 Dec 2007

Zenju

A hacky way to go about it, perhaps... therube, 22 Jul 2024, 18:25
Easier: Create a new configuration each startup with an empty folder pair:
https://freefilesync.org/manual.php?topic=command-line
"C:\Program Files\FreeFileSync\FreeFileSync.exe" -dirpair "" ""