minus-squareTheWilliamist@lemmy.worldtoSelfhosted@lemmy.world•Using rsync for backups, because it's not shiny and newlinkfedilinkEnglisharrow-up5·4 days agoI still prefer tar for quick and dirty same box copies. tar cf - * | (cd /target; tar xfp -) linkfedilink
I still prefer tar for quick and dirty same box copies.
tar cf - * | (cd /target; tar xfp -)