Skip to main content

Sync files to intermittent FAT mounts

Project description

A dodgy ripoff of rsync for my music files. MTP mounts have been very flakey for me in the past. FAT32 and exFAT filesystems have restrictions on what filenames are allowed. This combination makes transferring music to my phone difficult.

This script helps. It takes care of munging filenames appropriately, checking if a file needs updating in case of a partial or failed transfer, and copying only subsets of your library. If a file already exists at the destination with the same file size, it will not copy.

To copy the contents of ‘Zechs Marquise/Getting Paid/’ and ‘Grails/’ from your music library to your mounted phone:

$ syncfat --source $HOME/Music \
        --destination /mnt/phone/Music \
       'Zechs Marquise/Getting Paid/' \
       'Grails/'

The source defaults to pwd. This script works best when you are in the source directory, as you can leave off the source and tab-complete files to copy:

$ cd $HOME/Music
$ syncfat --destination /mnt/phone/Music \
       'Zechs Marquise/Getting Paid/' \
       'Grails/'

This never deletes files, and should not be used for transferring back to your music library. It is designed specifically for transferring to intermittent FAT devices. File names are munged on the destination to fit FAT naming restrictions, as well as other conversions that might happen.

Usage

See syncfat --help for detailed help. Two useful options:

-v

Print more information about what is happening. Use this twice to print even more information

--dry-run

Don’t actually transfer anything, only print what would happen.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

syncfat-0.1.0.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

syncfat-0.1.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file syncfat-0.1.0.tar.gz.

File metadata

  • Download URL: syncfat-0.1.0.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for syncfat-0.1.0.tar.gz
Algorithm Hash digest
SHA256 90eb17c261dbecc4d3616a130a568ce7ba484bf977360deb86f0a16c13220c23
MD5 fdd9f1d892374f632de0600c37c83e2c
BLAKE2b-256 297bc28d1050d6f54624cd774041196ff2e168c82a69f0119417a34060f3348a

See more details on using hashes here.

File details

Details for the file syncfat-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: syncfat-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for syncfat-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 279de89ebc3b5eff6642ae34d97b25dc339553643e798355a2d06c04add12f84
MD5 507bba446e3b4d00010ab9dc7d6436ab
BLAKE2b-256 f00959750b465bd78ec1e052d7c2001ea7e2bee41677331c17a862fed3d16766

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page