Wish Option to change backup folder.

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
My system runs on a ssd disk. Little space.

I have another HD disc.
It would be nice to change backup folder in "tools> configure paths"
 

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Explaining another point: I would feel more safe if the backup is done on another disk. If my sdd crash I will lose everything on ssd.
 

Sandman

Expert
Licensed User
Longtime User
It would be nice to change backup folder in "tools> configure paths"

You might be able to create the backup folder on another disk and then create a link to that from your project folder.

In Linux, this would be this command, standing in the project folder:
B4X:
ln -s /path/to/other/disk/dir AutoBackups

I think that Windows supports this also, but it's not commonly used. This page might give more info: https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/
 
Top