Move settings from LOCAL to ROAMING

Questions about Cobian Reflector
Post Reply
rotbus197142
Posts: 18
Joined: 25 Feb 2024, 19:03

Move settings from LOCAL to ROAMING

Post by rotbus197142 »

I've set 'Custom Paths' in registry so that takes care of settings in the Programs folder, but is there a way to move settings from LOCAL to ROAMING so that they are all in one place?
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Move settings from LOCAL to ROAMING

Post by cobian »

Could be introduced in future versions.
--
Luis Cobian
Cobian Backup's creator
rotbus197142
Posts: 18
Joined: 25 Feb 2024, 19:03

Re: Move settings from LOCAL to ROAMING

Post by rotbus197142 »

Groovy. Tack!

EDIT - in case anyone else needs this...

If you have 7zip installed, run '7z' or you can install the CLI '7za' version.

First run:

Code: Select all

7za a -t7z "\path\to\mybackup.7z" "$($env:USERPROFILE)\AppData\Local\CobianSoft"
Then create Pre-backup event...

Code: Select all

7za u -t7z "\path\to\mybackup.7z" "$($env:USERPROFILE)\AppData\Local\CobianSoft"
nimoprteva
Posts: 1
Joined: 27 Feb 2024, 02:16

Re: Move settings from LOCAL to ROAMING

Post by nimoprteva »

rotbus197142 wrote: 26 Feb 2024, 23:56 Groovy. Tack!

EDIT - in case anyone else needs this...

If you have 7zip installed, run '7z' or you can install the CLI '7za' version.

First run:

Code: Select all

7za a -t7z "\path\to\mybackup.7z" "$($env:USERPROFILE)\AppData\Local\CobianSoft"
Then create Pre-backup event...

Code: Select all

7za u -t7z "\path\to\mybackup.7z" "$($env:USERPROFILE)\AppData\Local\CobianSoft"
I got it. Thzx
Nimoprtevasnow rider 3dUSA
Post Reply