Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BI
Posts
1
Comments
438
Joined
2 yr. ago

  • I don't understand, according to Republicans, shouldn't a business be allowed to do whatever it wants? If Gmail's spam filter is so bad shouldn't the free market create another automatically and they can all use that? /s

  • Heck to the yeah. I usually run

    rsync -av src/ dst/

    Which is verbose and archive mode (keeps mod times, user, etc). You can also add -P for progress.

    Here is the man page https://linux.die.net/man/1/rsync

    If it gets interrupted, just run that same command again.

    Edit: also it's usually preinstalled on every Linux distro and should be easy to install for Windows too.