Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Parameter to Remove Extraneous Files on Upload #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 26, 2015

  1. Added Parameter to Remove Extraneous Files on Upload

    This commit adds two parameters (--delete, --delete-excluded) to the upload
    command. When specified, files that have been removed locally will be removed
    (more precisely will be moved to the trash) on the server as well.
    
    This functionality is usefull to keep local and remote conent in sync. It mimics
    the behaviour of the respective rsync commands.
    sthm committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    7ecdada View commit details
    Browse the repository at this point in the history