Advertisement
c2c2_

CRON: Daily btrfs snapshot with date

Dec 24th, 2024
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. date="date +%Y%m%d"
  2.  
  3. 0 5 * * * sudo btrfs subvolume snapshot -r /mnt/source /mnt/destination/.snapshots/$($date)
Tags: cron Btrfs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement