Hey there I am another refugee from windows with the forced push to windows 11. I thought it was time I tried once again linux. So far I am pretty satisfied.
I installed Fedora with KDE and successfully migrated my syncthing server, sftp server. Correctly mounted my nft disks and successfully installed mullvad with all split tunneling I needed.

Now I need advices about 3 things which I sorely miss and which keep forcing me to boot on windows :

  • is there any equivalent to macrium reflect, allowing to schedule weekly image backup for system disk. So it could be restored in case something really goes wrong.
    My system disk is brtfs. Time machine looks nice but it’s not working because I have no @home and @root volume identified. I found explanations which explain how to do it but I am not too sure it’s a good idea to do so.
    I also found rsync. Didn’t explore enough this solution but I am not sure an image backup can be done if system is running ?
  • for vscode it’s easy and I got it running for my linux environment. Yet I have programs which are meant specifically to run on windows and so I can’t develop and test them on linux
  • at last for my work I need to be able to use excel. Libre office is not a solution, it’s ok for basic usage but it’s far behind if you’re using it professionally. Please don’t turn this about an arguments to say calc is good, really there is something that are just impossible with it. (Like using arrays, power query or data models)

For the last 2 points I feel like my only solution would be to use a virtual machine running windows. Is there a way to run them on it but make it looks like it’s a linux app? Somewhat is it what docker is doing but for linux apps ?

Well I feel like I have not many options if I want excel and vscode on windows environment. So sadly I think that will settled it. Please share your thoughts.
I would also really appreciate people sharing what they do to backup their system disk.

Thanks for your advice !

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    If you’re developing specifically for Windows, you’re going to need Windows somewhere in the process be it bare metal or vm. You will also have problems with Excel on Linux although you could try the online one.

  • bad_news@lemmy.billiam.net
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Pika Backup does backups. For testing Windows, you’ll want to run a VM, QEMU is best for that (There’s a KDE wrapper I forget the name of for it with a better GUI) but you can probably do some level of testing running your app with Wine. You can run Excel with Wine (also the Office365 web Excel runs in browser)

    • RedSnt 👓♂️🖥️@feddit.dk
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 months ago

      I wasn’t aware of pika backup, but it does look good. It’s basically a fancy GUI for borgbackup, but I like separate projects like that, each focusing on what they do best.

    • N0x0n@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      There are some functions that do not work in the Office365 web Excel ! So that’s also not a solution if they need it for work ://.

  • zygo_histo_morpheus@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 months ago

    If you want to test windows programs on linux, you’re probably going to want to do that in a virtual machine, or even a spare computer just for testing on windows. Depending on how much you need to use excel, a virtual machine could be a good option for that as well, but if using Microsoft Excel™ is a big part of your job, maybe it makes more sense to just stay on Windows for work at least

  • lorty@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Do the programs you develop run on wine? It could be an option while developing, but either way you’ll have to QA it on windows at some point.

  • MentalEdge@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    I haven’t found anything that is quite like Macrium. Mostly, because something that works the same way is a bad idea on linux. Because as you suspect, and image backup cannot be done while the partition being imaged is live.

    Macrium creates restorable images of your entire boot partition or disk, as-is, which can then be restored onto the same, or an entirely different, disk.

    This isn’t really something you can do in linux, with a system that is live. Hence, partition images should be done offline, when the given partition isn’t booted.

    That said, everything that matters can be backed up simply by copying the relevant files. For this, I use Kopia.

    As for making sure you always have a bootable system, for this I use Timeshift on btrfs.

    For MS office, you might try winapps. Sounds like what you’re hoping for.

  • Dariusmiles2123@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    For image backups I use Clonezilla.

    It works well but I don’t know how easily you could take an image from one computer to a different one. I tried once and it didn’t work because of Legacy Bios issues…still I guess it works between two modern computers.

    I’d love if something like this was implemented directly in a distribution for ease of use.