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
I'm using azcopy and it would be great to have the flag to remove files after successfully copying them, it would make sense for migrations of large quantities by date, as for large volumes the copy can take hours until the azcopy remove step runs to remove the same files that were copied.
I'm using azcopy and it would be great to have the flag to remove files after successfully copying them, it would make sense for migrations of large quantities by date, as for large volumes the copy can take hours until the azcopy remove step runs to remove the same files that were copied.
azcopy copy {STORAGE_ACCOUNT} {STORAGE_ACCOUNT} --include-before 2020-08-19T15:04:00Z --delete-file-after-copy-in-source
The text was updated successfully, but these errors were encountered: