You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
I have set-up turbolift to sync files to a Cloud Files container. It successfully syncs new or changed files using the --sync flag. However, files are never removed from the remote container, even when the --delete-remote flag has been specified.
I have looked through the code and can't see any references to this flag in later commits. Has this functionality been removed?
The text was updated successfully, but these errors were encountered:
Dachande663
changed the title
--delete-remote has no affect
--delete-remote has no effect
Dec 13, 2016
@Dachande663 If you're running on turbolift from the git source the code is incomplete as of yet. Sadly I've not had the time needed to get master up-to-date and feature complete. That said, the feature is available in 2.x which is the released version and is installable via pip from pypi. If your running on 2.x and still seeing this issue please let me know and I can try and find some time to look into where it's going wrong.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have set-up turbolift to sync files to a Cloud Files container. It successfully syncs new or changed files using the --sync flag. However, files are never removed from the remote container, even when the --delete-remote flag has been specified.
I have looked through the code and can't see any references to this flag in later commits. Has this functionality been removed?
The text was updated successfully, but these errors were encountered: