2024-12-01

Backup

Table of Contents

1. Create tar files of subdirectories

for d in * ; do (tar -cvzf "/tmp/rclone-tmp/$d.tar.gz" "$d"); done

Found this interesting? Subscribe to new posts.
Any comments? Send an email.