From: seanl@fe5df935169a5440a52bdbfc5fece85cdd002d68 Date: Fri, 29 Jan 2021 17:10:01 +0000 (+0000) Subject: Added a comment: I use git-annex with FAT32 X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~98^2~97^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9bbaf003f3c6f4c5343f29c777ca02233adcddc;p=git-annex.git Added a comment: I use git-annex with FAT32 --- diff --git a/doc/forum/Git-annex_with_dumb_FAT32_devices_not_a_valid_use_case__63__/comment_5_da422adacdeb36163186a38f1aa6c06b._comment b/doc/forum/Git-annex_with_dumb_FAT32_devices_not_a_valid_use_case__63__/comment_5_da422adacdeb36163186a38f1aa6c06b._comment new file mode 100644 index 0000000000..1497f0c3b5 --- /dev/null +++ b/doc/forum/Git-annex_with_dumb_FAT32_devices_not_a_valid_use_case__63__/comment_5_da422adacdeb36163186a38f1aa6c06b._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="seanl@fe5df935169a5440a52bdbfc5fece85cdd002d68" + nickname="seanl" + avatar="http://cdn.libravatar.org/avatar/082ffc523e71e18c45395e6115b3b373" + subject="I use git-annex with FAT32" + date="2021-01-29T17:10:01Z" + content=""" +I'm using git-annex for precisely this use case. I manage files on my Sansa Clip Zip, Odroid Go, and Pi1541 with it. I use a directory special remote for each device pointing at its mount point, with remote..annex-ignore-command set to `lsblk -no uuid,mountpoint | egrep -qx '\s+'` to make sure git-annex only tries to touch the remote when it's mounted. I just rename any files in the repo that have invalid names. +"""]]