Page 1 of 1

Plugin - Auto backup profile

PostPosted: Tue Jan 15, 2019 3:59 pm
by dezsoe
I wrote a little plugin to make a copy of the current profile when starting UCCNC. Just enable the plugin and forget it.

By default it makes the copy to the Profiles folder, but you can set an other path in the profile. The path can be a full path to any drive and folder or a path relative to the running UCCNC foler.

Example to set a folder relative to the running UCCNC:
Code: Select all
[AutoBackupProfile]
BackupPath=.\ProfileBackups

Example to set a fixed folder:
Code: Select all
[AutoBackupProfile]
BackupPath=E:\MyCNCFilesToSave\Profiles

Download 1
- or -
Download 2

Re: Plugin - Auto backup profile

PostPosted: Tue Jan 15, 2019 5:39 pm
by shad
Very nice!

Re: Plugin - Auto backup profile

PostPosted: Tue Jan 15, 2019 10:21 pm
by Zadig
I’ll employ this too, cheers.

Re: Plugin - Auto backup profile

PostPosted: Tue Jan 15, 2019 10:35 pm
by beefy
Thanks Dezsoe,

love little tools like this.

Keith.