NetWiki

I can make net work

User Tools

Site Tools


linux:rclone

rclone

Rclone is a command-line program to manage files on remote storage.

Some handy commands.

rclone config
rclone listremotes

rclone ls  --min-age 30d REMOTE:/folder/path/
rclone lsf  --max-age 7d REMOTE:/folder/path/

rclone delete --min-age 30d REMOTE:/folder/path/ --dry-run
rclone rmdirs --min-age 30d REMOTE:/folder/path/ --dry-run

There's also a purge option that deletes /folder/path/ and everything in it and does NOT honor your –mind-age command.

linux/rclone.txt · Last modified: 2024-02-27 15:27 by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki