MStadlmeier / drivesync

Google Drive synchronization for Linux
MIT License
197 stars 26 forks source link

Default behavior when sync result in deletion of files #8

Open mehdi-S opened 6 years ago

mehdi-S commented 6 years ago

By default, when deleting files, DriveSync should put them in google drive recycle bin and have an option to bypass this (--no-bin)

MStadlmeier commented 6 years ago

Currently items are put into the bin when remote deletion occurs. Adding an option to permanently delete files instead is a nice suggestion - will look into it, thanks.