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
If one uses icloud-photos-sync for backup purposes, it'd be great to have a soft-delete mode which moves deleted files into a separate folder rather than just deleting them from the file system.
Probably would "just" be a CLI flag and then instead of an rm, one would move the file.
I've created a separate issue (#354) to explain my proposal for a new library version that should resolve this issue. Would therefore love to get your feedback on there.
If one uses icloud-photos-sync for backup purposes, it'd be great to have a soft-delete mode which moves deleted files into a separate folder rather than just deleting them from the file system.
Probably would "just" be a CLI flag and then instead of an
rm
, one would move the file.Probably here:
icloud-photos-sync/app/src/lib/photos-library/photos-library.ts
Lines 292 to 295 in 9c14564
and here:
icloud-photos-sync/app/src/lib/photos-library/photos-library.ts
Lines 488 to 489 in 9c14564
I might have some time to look at this, but just wanted to leave the idea here.
The text was updated successfully, but these errors were encountered: