User Tools

Site Tools


devon_s_pc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devon_s_pc [2024/01/10 07:32] melmdevon_s_pc [2024/05/13 23:18] (current) melm
Line 6: Line 6:
  
   * Download the ISO for Win10IoT LTSC https://massgrave.dev/windows_ltsc_links.html   * Download the ISO for Win10IoT LTSC https://massgrave.dev/windows_ltsc_links.html
-  * [[https://rufus.ie/en/|Rufus]] Can make a bootable USB on windows, I use [[https://www.ventoy.net/en/index.html| Ventoy]] to make one with lots of different ISOs to boot+  * [[https://rufus.ie/en/|Rufus]] Can make a bootable USB on windows
   * Install windows   * Install windows
     * keep network off and keep saying skip to create a local account     * keep network off and keep saying skip to create a local account
Line 25: Line 25:
 winget install --id=Element.Element -e  winget install --id=Element.Element -e 
 winget install --id=WireGuard.WireGuard -e  winget install --id=WireGuard.WireGuard -e 
 +winget install --id=rclone.rclone -e
 +winget install --id=restic.restic -e
 +winget install --id=winfsp.winfsp -e
 </code> </code>
  
Line 34: Line 37:
 I used this [[https://communities.vmware.com/t5/VMware-Workstation-Pro/Convert-hard-drive-into-VMWare-virtual-machine/td-p/2291940|Guide]] to convert my old disk into a vm got it to boot but still has some issues, was hoping to be able to keep it as a backup since it has all my tools on it, but just keeping the harddrive around for now should be fine can boot off the usb drive if I need too I used this [[https://communities.vmware.com/t5/VMware-Workstation-Pro/Convert-hard-drive-into-VMWare-virtual-machine/td-p/2291940|Guide]] to convert my old disk into a vm got it to boot but still has some issues, was hoping to be able to keep it as a backup since it has all my tools on it, but just keeping the harddrive around for now should be fine can boot off the usb drive if I need too
  
 +====== Backup ======
 +[[https://rclone.org/install/#windows-chocolatey|Rclone]]  Using this to mount remote filesystems
 +I wanted to use SFTP
 +from powershell:
 +generate keys:
 +<code>ssh-keygen</code>
 +add them
 +<code>ssh-add</code>
 +Install [[https://winfsp.dev/rel/|WINFSP]] to be able to mount them
 +<code>winget install winfsp.winfsp</code>
  
 +Then this guide from Rclone worked https://rclone.org/sftp/
  
 +Rclone can sync folders but this isn't backup.  Options are sync to server, then backup the server folder on server; or Rclone to connect and then Restic to the backup from laptop directly.  Could also restic locally and then sync with a remote folder.
 +
 +Will Probably Stick with Restic for backup its simple performant and crossplatform.
 +
 +Now that I have mesh VPN set up may finally just set up samba and then mount in windows for simplicities sake once I stop being to lazy to setup samba properly
 +
 +https://restic.readthedocs.io/en/stable/010_introduction.html
devon_s_pc.1704871927.txt.gz · Last modified: 2024/01/10 07:32 by melm