home                                            
*** 2/17/25   Debian  
  Ver   home  
  2/17/25                                            
   
  home
  Releases Info uname -a du -h --apparent-size /mnt/user/webs/ rm remove a directory
  Install / Debian lsb_release -a du -h  /mnt/user/webs/
  nano cat /etc/os-release sudo du -h --max-depth=1 / | sort -h
  Tweaks --> hostnamectl df -h /mnt/user/webs
  Pkg Mgt $ echo $XDG_CURRENT_DESKTOP
  MX dos2unix rsync-webs.sh sudo dmesg | grep firmware
  FAQ
  Archives
  Linux rsyslog
   
    rsync
    rsync -avh --info=progress2 --partial --delete /var/www/html/ root@192.168.0.17:/mnt/user/webs/
    rsync -avh --info=progress2 --partial --delete /var/www/html/ root@192.168.0.17:/mnt/user/webs/
   
    T30 ---> unRaid
    ---> rsync -avh --info=progress2 --dry-run /var/www/html/ root@192.168.0.17:/mnt/user/webs/ Dry Run
    ---> rsync -avhz --info=progress2 --partial --delete /var/www/html/ root@192.168.0.17:/mnt/user/webs/ Add compression (recommended for web files)
    ---> rsync -avh --info=progress2 --dry-run --delete /var/www/html/ root@192.168.0.17:/mnt/user/webs/ Quick verification (recommended)
    rsync -avhz --info=progress2 --partial --delete /var/www/html/ root@192.168.0.17:/mnt/user/webs/ For future syncs you can now use this shorter command anytime you want to update the copy:
   
    T30 ---> debianTrixie-Insp
    ---> rsync -avh --info=progress2 --dry-run /var/www/html/ mdh@192.168.0.68:/var/www/html/ Dry Run
    ---> rsync -avhz --info=progress2 --partial --delete /var/www/html/ mdh@192.168.0.68:/var/www/html/ Add compression (recommended for web files)
    ---> rsync -avh --info=progress2 --dry-run --delete /var/www/html/ mdh@192.168.0.68:/var/www/html/ Quick verification (recommended)
    rsync -avhz --info=progress2 --partial --delete /var/www/html/ mdh@192.168.0.68:/var/www/html/ For future syncs you can now use this shorter command anytime you want to update the copy:
   
    debianTrixie-Insp ---> T30
    ---> rsync -avh --info=progress2 --dry-run /var/www/html/ mdh@192.168.0.67:/var/www/html/ Dry Run
    ---> rsync -avhz --info=progress2 --partial --delete /var/www/html/ mdh@192.168.0.67:/var/www/html/ Add compression (recommended for web files)
    ---> rsync -avh --info=progress2 --dry-run --delete /var/www/html/ mdh@192.168.0.67:/var/www/html/ Quick verification (recommended)
    rsync -avhz --info=progress2 --partial --delete /var/www/html/ mdh@192.168.0.67:/var/www/html/ For future syncs you can now use this shorter command anytime you want to update the copy: