Skip to content

A cleanup tool for owncloud image/video uploads through the Android or iPhone app. The app tends to create duplicates or files with zero bytes. This tool helps cleaning up those files.

License

Notifications You must be signed in to change notification settings

guidohu/owncloud-upload-cleaner

Repository files navigation

owncloud-upload-cleaner

If you sync your photos and videos from your phone automatically to owncloud you might end up with duplicates and zero byte files (see bug). This is a tool that helps you clean up upload folders of owncloud.

This tool comes with a UI because that way it is more accessible to a broader audience. It also comes with a pre-built OSX version.

Usage

Usage of ./builds/owncloud-upload-cleaner:
  -base_dir string
    	Directory that is cleaned, defaults to current working directory.
  -dry_run
    	Dry run, if enabled no files are deleted or moved.
  -mode string
    	Files will be moved or deleted depending on the mode (modes: move / delete). (default: move)
  -ui
    	Starts this tool in UI mode. (default true)

Building

With the default golang tool chain run:

go build -o owncloud-upload-cleaner

In case you want to build an OSX application run:

fyne package -os darwin -name owncloud-upload-cleaner

More information for building the application for different OS can be found at fyne documentation.

About

A cleanup tool for owncloud image/video uploads through the Android or iPhone app. The app tends to create duplicates or files with zero bytes. This tool helps cleaning up those files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages