Skip to content

Instantly share code, notes, and snippets.

@mitchross
Last active March 12, 2022 22:57
Show Gist options
  • Save mitchross/1252f53883e4489cab72aa0664eba988 to your computer and use it in GitHub Desktop.
Save mitchross/1252f53883e4489cab72aa0664eba988 to your computer and use it in GitHub Desktop.
Proxmox / TrueNas / VM Notes
Rsync
rsync -avh "/mnt/remotes/DESKTOP-E098GF7_ed/Desktop/Data" "/mnt/user/data" (destination)
Whats the difference between
/source/folder & /source/folder/
When there is / at the end it will copy all the contents of whats in the folder.
But not the folder itself.
Without the / it will copy the whole folder and its contents
SMB mount
https://linuxhint.com/mount-smb-shares-on-ubuntu/
"sudo mount -t cifs -o rw,vers=3.0,credentials=/root/.smbcredentials //192.168.1.10/General /mnt/smb/"
sudo rsync -av --info=progress2 "/media/vanillax/e2dcac0e-b0aa-423d-8a58-e524e4fab699/user/media" "/mnt/smb/Archive"
ls -l /dev/disk/by-id
qm set 100 -scsi1 /dev/disk/by-id/ata-ST2000DX002-2DV164_Z4Z97MB9
qm set 100 -scsi2 /dev/disk/by-id/ata-ST2000DM006-2DM164_Z4Z789LD
qm set 100 -scsi3 /dev/disk/by-id/ata-WDC_WD20EZAZ-00GGJB0_WD-WXE1A79NXU00
qm set 100 -scsi4 /dev/disk/by-id/ata-WDC_WD20EZAZ-00GGJB0_WD-WXJ1A99FFSRA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment