home.social

#unixlike — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #unixlike, aggregated by home.social.

  1. Moving files from a #FreeBSD VPS to a #Linux host for backup, with #tar, #bzip2 and #netcat

    tar c lib* | bzip2 -cz4 | nc -l 9999

    On the otherside:

    nc server.address 9999 > backup.tar.bz2

    #Unix #Unixlike

  2. Moving files from a #FreeBSD VPS to a #Linux host for backup, with #tar, #bzip2 and #netcat

    tar c lib* | bzip2 -cz4 | nc -l 9999

    On the otherside:

    nc server.address 9999 > backup.tar.bz2

    #Unix #Unixlike

  3. Moving files from a #FreeBSD VPS to a #Linux host for backup, with #tar, #bzip2 and #netcat

    tar c lib* | bzip2 -cz4 | nc -l 9999

    On the otherside:

    nc server.address 9999 > backup.tar.bz2

    #Unix #Unixlike

  4. Moving files from a #FreeBSD VPS to a #Linux host for backup, with #tar, #bzip2 and #netcat

    tar c lib* | bzip2 -cz4 | nc -l 9999

    On the otherside:

    nc server.address 9999 > backup.tar.bz2

    #Unix #Unixlike