Skip to content

coolcow/docker_fdupes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

farmcoolcow/fdupes

![](https://img.shields.io/badge/ FROM -farmcoolcow/entrypoints-lightgray.svg)


What is fdupes ?

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.. More informations on the official fdupes github.


How to use this image

This image is based on farmcoolcow/entrypoints.

The default ENTRYPOINT is /entrypoint-su-exec.sh fdupes and the default CMD is --help.

Take a look at the fdupes README to see all the available parameters.


Example

  • Docker-command:

    docker run -it --rm \
      -e PUID=$(id -u $(whoami)) \
      -e PGID=$(id -g $(whoami)) \
      -v <PATH_TO_YOUR_DATA>:/data farmcoolcow/fdupes \
        -r /data

    Replace <PATH_TO_YOUR_DATA> with the directory-path of your data.

About

Simple fdupes Docker image based on alpine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published