No, they’re not trying to recover data, they’re trying to copy data to the disk, to store backups, which they should absolutely not do, that disk is not fit as backup storage.
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
xvapx@lemmy.worldto Linux@lemmy.ml•Is Clonezilla still a solid choice for complete backup and restoration of partition(s) / drive(s) nowadays?7·1 year agoThat’s correct for dd but not for clonezilla.
Clonezilla uses partclone, which reads the file system and copies only the data, for any filesystem sorted by partclone.
The easiest way to solve this kind of issue on Nixos is to add
environment.systemPackages = with pkgs; [ steam-run ];
to your configuration.nix, rebuild your system and then run the binary with steam-run, like
steam-run linuxrulzgame
!lemmysilver