- Notifications
You must be signed in to change notification settings - Fork0
Generate appledouble files on any filesystem using copyfile
License
NotificationsYou must be signed in to change notification settings
SiviourBla/appledouble
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generates appledouble files on any filesystem using copyfile.
This can be useful when you are working with programs that don't support extended attrubutes or filesystems/network shares that stop finder from automatically creating appledouble files while still allowing appledouble files to be manually uploaded.
- The
copyfile
manual can be accessed throughman 3 copyfile
orhere. - The appledouble format'swikipedia page
appledouble [-frRdavhA] file
-f
- Overwrite any existing appledouble files
-r
- Follow symlinks
-R
- Attempt to convert existing appledouble files
-d
- Enables debug and dry run mode
-a
- Copy POSIX and ACL information in addition to extended attributes
-v
- Print the version number and exit
-h
- Print the help page and exit
-A
- Print the about page
About
Generate appledouble files on any filesystem using copyfile