#par2 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #par2, aggregated by home.social.
-
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 https://sebsauvage.net/wiki/doku.php?id=proteger-des-fichiers ouvert depuis des mois.
-
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í. -
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í. -
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í. -
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 -
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 -
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 -
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 -
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 -
#par2cmdline 1.0.0 has been released (#parchive / #ParityArchive / #ParityVolumeSet / #libpar / #libpar2 / #PAR2 / #Usenet) https://parchive.github.io/
-
#par2cmdline 1.0.0 has been released (#parchive / #ParityArchive / #ParityVolumeSet / #libpar / #libpar2 / #PAR2 / #Usenet) https://parchive.github.io/
-
#par2cmdline 1.0.0 has been released (#parchive / #ParityArchive / #ParityVolumeSet / #libpar / #libpar2 / #PAR2 / #Usenet) https://parchive.github.io/
-
@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.