tdTrX

joined 3 years ago
 

Title

 

space over . e.g. 1 A folder above 1.1

 

Problem

I am sending my Windows disk for data recovery, as it is not detected due to bad NAND (needs translator rebuild) or if I am lucky a capacitor is shorted.

Question

  1. I assume I wouldn't be able to boot the windows installation.
  2. How to extract as much data as I can.
  3. How to know what data is NOT recovered ?or is damaged.

Data I think is most important -

  1. Files
  2. Userdata folder
  3. List of browser extension (chrome, firefox)
  4. Extension data.
  5. chrome://flags.
  6. Bookmarks.
  7. Taskbar pinned app list
  8. List of installed UWP apps.
  9. What else am I forgetting ?

How my disk died - https://lemmy.ml/post/44287756

8
submitted 1 month ago* (last edited 3 weeks ago) by tdTrX@lemmy.ml to c/datahoarder@lemmy.ml
 

How to set up like this with features -

  1. Forever full backups/DeDuplication
  2. Option Delete changes older than x.
  3. How to Only backup Select Data, like only personal data,
  4. Save a "Ghost" for other data (internet data not personal) which is only Filename, Metadata and Folder-Structure.
  5. "File Change Tracker" to see summary of what files are moved/deleted/renamed.
  6. "File History" where I see previous version of files.
  7. Config from inside folders for disks (not OS) with e.g..backupconfigfile containing e.g. backup=1, or have select file backuped/not-backed-up.

To Backup

  • External and Internal Disk (files) and OSes to backup,
  • Backup select data from Disks,
  • all separately backup-ed to the same backup disk, .
Software FOSS Enterprise OS Encrypted GUI MultiMachine Dedup Snapshots Scalable Schedule Image Lesson
Restic Frontends - Resticprofile, 2 , Backrest (garethgeorge), restic-browser) [zerobyte (nicotsx)-Video, Automation, UI, schedule, manage, Monitor] 🟒 🟒 🟒 🟒 🟒 (Seems like is best it's Old and trusted)
urbackup (seems Powerful, some people love it some say it's not reliable) [Backup/Imaging] 🟒 🟒 🟒 Server/Client, ChangeBlockTracker , Lesson , https://christitus.com/urbackup/
Duplicati 🟒 🟒 🟒 Data issues
Freefilesync.org 🟒 🟒
Minarca 🟒 🟒
plakar.io 🟒 🟒
syncBKUP (Jim-JMCD) 🟒
Bacula 🟒 🟒 🟒 🟒 🟒 🟒 🟒 🟒 🟒 Lesson
Bareos (Bacula Fork) 🟒 🟒 🟒 🟒 🟒
Kopia 🟒 🟒 🟒 🟒
vykar 🟒 🟒 🟒 🟒 🟒 Rust, YAML config, Support for S3, Custom REST, SFTP Storage. Inspired by BorgBackup, Borgmatic, Restic, Rustic.
Pika 🟒 ❌Windows https://www.youtube.com/watch?v=W30wzKVwCHo
Borg (borgbackupserver) 🟒 ⚠️Windows)(cygwin/WSL) ⚠️macOS 🟒 🟒
Duplicacy github source-available 🟒 🟒
BackInTime (rsync frontent for backups) ❌Windows
blinkdisk 🟒 🟒
Veeam (Free) 🟒 ⚠️macOS 🟒
Backblaze - -
zfs_autobackup 🟒
eXdupe (rrrlasse) 🟒
zpaqfranz (fcorbelli) 🟒
VaultSync (ATAC-Helicopter) 🟒
https://bvckup2.com/ Maybe Not
https://www.nakivo.com/ Free

Dead but FOSS

https://github.com/zmanda/amanda

https://en.wikipedia.org/wiki/List/_of/_backup/_software

Freemium

Software OS
uranium Windows
SyncBack Free Windows

Backup and Imaging

Software Foss
ShadowMaker Free ❌
Paragon Backup ❌
MSP360 ❌
Macrium Free ❌
Acronis Free ❌

Disk Imaging

Software Foss Imaging Backup OS
Veeam Agent for Microsoft Windows ❌
Rescuezilla (clonezilla) 🟒 🟒

Sync Software

Foss OS
Rsync https://linux.die.net/man/1/rsync 🟒 All
RClone - ( https://www.youtube.com/watch?v=QKCIi-NxJEo ) 🟒 All
ByteSync 🟒 All
FreeFileSync 🟒 All
SyncBackFree Windows
Syncthing 🟒 All

Cloud

https://www.reddit.com/r/Backup/wiki/index/cloud/_backup/_services/backblaze/

Info

~~Incremental backup method, where I only make full backups once ,~~

~~Question - as i understand from "grandfather,father,son" method - that Full backups are still necessary when using snapshots/incremental backups, why is that ?~~

"deduplication" is of 2 types

Data/Block de-duplication - tech to reduce amount storage required. This breaks files upon into chunks and creates a DB. Data de-duplication is influenced heavily by data type. Data de-duplication is a waste of time with compressed multimedia and encrypted data. Data de-duplication is often incorporated into backup products and can exist in independently, its built into some file system types (Windows server and some Linux).

File deduplication - Removing identical files. by comparing the whole file. Homelabers and home users are more worried about this than commercial environments. In commercial environments users and projects are usually allocated a quota storage space and its up to them how they want to manage it.

Incrementals Forever and Synthetic Full Backup - incremental may/not have de-duplication. They can also use Change Block Tracking (CBT) to save a lot of backup time.

"Forever Full" are simply a variation on synthetic full backups with data deduplication and CBT being optional.

Data deduplication occurs when you:

  • Have multiple copies of the same data across multiple machines e.g. the operating system files of the computers you are backing up.
  • Data that has not changed since you last successive backup. This includes files that have partially changed, only new unique data is added to the dedupe database/repository. Old Post about methodology - https://lemmy.ml/post/44433232
[–] tdTrX@lemmy.ml 1 points 1 month ago (6 children)

~$ firefox -p &; disown bash: syntax error near unexpected token `;'

[–] tdTrX@lemmy.ml -2 points 1 month ago (1 children)

Suggest me a file manager

[–] tdTrX@lemmy.ml -1 points 1 month ago (1 children)

nice idea,

on a related topic, creating symlink is tedious, is there a way to "move to d disk as symlink folder" to make it easier

[–] tdTrX@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)
  1. Seems like https://restic.net/ is best as it's enterprise trusted works on all OS,

How do I set it up like I described in the Original Post.

I have a external disk and internal HDD, I want to backup select data, to a 3rd disk, both backup to the same disk, both separately backup-ed.

There is also -

  1. Pika (https://gitlab.gnome.org/World/pika-backup , https://www.youtube.com/watch?v=W30wzKVwCHo) ,
  2. https://www.borgbackup.org/ ,
  3. Rsync - https://en.wikipedia.org/wiki/Rsync
  4. RClone - https://github.com/rclone/rclone , https://www.youtube.com/watch?v=QKCIi-NxJEo
  5. https://www.urbackup.org/download.html (https://www.youtube.com/watch?v=tXGVzMUsuE4 , https://christitus.com/urbackup/)
3
submitted 1 month ago* (last edited 3 days ago) by tdTrX@lemmy.ml to c/firefox@lemmy.ml
 

I want to save SSD write cycles and will use intel HDD

 

To save SSD write cycles

[–] tdTrX@lemmy.ml -1 points 1 month ago

They are actually respectful and work. even on the music tagger less people use.

 

~~What Linux File Manager project would be interested in adding more features ?~~ Windows File Explorer is the best in terms of features, most Linux File managers lack basic functionality.

If someone dares to point that on redit they get "Then go use windows" (Linux is not a religion). or it's opensource go do it yourself.

Is there a File Manager project that would like to implement features, there are many projects that allow feature request but don't act on it.

I got many ideas.

 

I remember seeing a video about it but can;t find it on google

[–] tdTrX@lemmy.ml 0 points 1 month ago (1 children)

Not working on Mint (cinnamon+nemo)

[–] tdTrX@lemmy.ml 1 points 1 month ago

I am OK with 5GB data tell me how to have incremental backups of the windows image ?

[–] tdTrX@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

Snapshot ? is it same as differential ?

It doesn't have I think - Incremental w/o recurring full-backup, delete changes older than x.

[–] tdTrX@lemmy.ml -1 points 1 month ago (2 children)

You mean userdata folder I assume, there is data every where like program-file, program-data, windows folder it self, windows customization

Would also need a way to restore this data

 
  1. I like Incremental backup methodology, but it needs frequent full backups (as i understand from "grandfather,father,son" method), How to have version control where i only create full-backup only once ?

  2. and I can choose to Delete changes older than 1 month.

  3. How to Only backup Select Data, like only personal data,

  4. and a "Ghost" for other data. Ghost is only filename and it's metadata (also folder structure). Data selected for Ghost is from internet which can be downloaded.

Related

  1. "file change tracker" to see summary of what files are moved/deleted/renamed.

  2. "File History" where I see previous version of files.

Software ?

  1. Seems like https://restic.net/ is best as it's enterprise trusted works on all OS,

How do I set it up like I described in the Original Post.

I have a external disk and internal HDD, I want to backup select data, to a 3rd disk, both backup to the same disk, both separately backup-ed.

There is also -

  1. Pika (https://gitlab.gnome.org/World/pika-backup , https://www.youtube.com/watch?v=W30wzKVwCHo) ,
  2. https://www.borgbackup.org/ ,
  3. Rsync - https://en.wikipedia.org/wiki/Rsync
  4. RClone - https://github.com/rclone/rclone , https://www.youtube.com/watch?v=QKCIi-NxJEo
  5. https://www.urbackup.org/download.html (https://www.youtube.com/watch?v=tXGVzMUsuE4 , https://christitus.com/urbackup/)
 

I want to have windows image but have it saved incrementally Is there a way only backup data created by me so the backup is small, and I pull the windows OS data from ISO.

Nice to only backup "user data"

[–] tdTrX@lemmy.ml 1 points 1 month ago (1 children)

On day 1 i was able to see files inside Windwos disk from linux, is it possible it's just a firmware issue ?

[–] tdTrX@lemmy.ml 1 points 1 month ago
view more: β€Ή prev next β€Ί