home.social

#par2 — Public Fediverse posts

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

  1. Quesrion #par2 et #backup (probablement pour @sebsauvage 😁) :

    > Quelle bonne stratégie pour l'utilisation du par2 et des backups ?

    En gros, existe-il un bon moyen de faire les deux ensemble, pour toujours avec le contrôle de parité à jour avec les données courantes, et éviter de mettre à jour le par2 avec des données qui se sont corrompues localement ?
    (Ou je considère les données locales comme toujours correctes, mais c'est pas sûr!)

    Oui, j'ai sebsauvage.net/wiki/doku.php?i ouvert depuis des mois.

  2. Tenia pensado crear un proyecto de #preservacion especialmente #musica
    Básicamente recopilar y archivar todas las canciones de un álbum junto con todos los datos relacionados a él incluyendo hasta el nombre del oboista. Y usar #checksum #torrents y #par2 para que no se corrompan y que sean fáciles de compartir. Porque hay #artistas cuya música es genial, pero fue lanzada hace mucho y no está disponible en las plataformas de #Streaming . Planeo subirlos a #internearchive o algo así.

  3. Tenia pensado crear un proyecto de #preservacion especialmente #musica
    Básicamente recopilar y archivar todas las canciones de un álbum junto con todos los datos relacionados a él incluyendo hasta el nombre del oboista. Y usar #checksum #torrents y #par2 para que no se corrompan y que sean fáciles de compartir. Porque hay #artistas cuya música es genial, pero fue lanzada hace mucho y no está disponible en las plataformas de #Streaming . Planeo subirlos a #internearchive o algo así.

  4. Tenia pensado crear un proyecto de #preservacion especialmente #musica
    Básicamente recopilar y archivar todas las canciones de un álbum junto con todos los datos relacionados a él incluyendo hasta el nombre del oboista. Y usar #checksum #torrents y #par2 para que no se corrompan y que sean fáciles de compartir. Porque hay #artistas cuya música es genial, pero fue lanzada hace mucho y no está disponible en las plataformas de #Streaming . Planeo subirlos a #internearchive o algo así.

  5. Wrote a #bash script last night to put my plan for #archiving source video and audio files from past projects to #BluRay for cold storage into action

    1. divide files into ~22GB buckets with #fpart
    2. generate ~1GB of parity data for each bucket with #par2
    3. copy the listing of all bucket contents into each directory for reference
    4. create an #ISO9660 image of each partition with #mkisofs
    5. burn each .iso to BD-R with #growisofs
    6. verify the contents with par2 for extra peace of mind
    #backup

  6. Wrote a #bash script last night to put my plan for #archiving source video and audio files from past projects to #BluRay for cold storage into action

    1. divide files into ~22GB buckets with #fpart
    2. generate ~1GB of parity data for each bucket with #par2
    3. copy the listing of all bucket contents into each directory for reference
    4. create an #ISO9660 image of each partition with #mkisofs
    5. burn each .iso to BD-R with #growisofs
    6. verify the contents with par2 for extra peace of mind
    #backup

  7. Wrote a #bash script last night to put my plan for #archiving source video and audio files from past projects to #BluRay for cold storage into action

    1. divide files into ~22GB buckets with #fpart
    2. generate ~1GB of parity data for each bucket with #par2
    3. copy the listing of all bucket contents into each directory for reference
    4. create an #ISO9660 image of each partition with #mkisofs
    5. burn each .iso to BD-R with #growisofs
    6. verify the contents with par2 for extra peace of mind
    #backup

  8. Wrote a #bash script last night to put my plan for #archiving source video and audio files from past projects to #BluRay for cold storage into action

    1. divide files into ~22GB buckets with #fpart
    2. generate ~1GB of parity data for each bucket with #par2
    3. copy the listing of all bucket contents into each directory for reference
    4. create an #ISO9660 image of each partition with #mkisofs
    5. burn each .iso to BD-R with #growisofs
    6. verify the contents with par2 for extra peace of mind
    #backup

  9. Wrote a #bash script last night to put my plan for #archiving source video and audio files from past projects to #BluRay for cold storage into action

    1. divide files into ~22GB buckets with #fpart
    2. generate ~1GB of parity data for each bucket with #par2
    3. copy the listing of all bucket contents into each directory for reference
    4. create an #ISO9660 image of each partition with #mkisofs
    5. burn each .iso to BD-R with #growisofs
    6. verify the contents with par2 for extra peace of mind
    #backup

  10. @darkling
    Regarding the damaged CD-RW: it’s worth noting that optical media is a fixed size and it’s often overly complex to write multi-session discs. So if you have 500mb to backup onto a 650mb disc, you can fill the remaining 150mb with redundant #parity data. On linux, the “par2” tool can work out how best to uniformly generate redundancy data. Then if the data suffers corruption due to scratches, there’s a good chance of being able to recover using the parity data.

    #par2

    @tommythorn @NanoRaptor