GNU/Linux >> Belajar Linux >  >> Linux

Bagaimana cara mengatur jumlah snapshot yang harus dipertahankan oleh zfs-auto-snapshot?

Ini adalah contoh salah satu /etc/cron.d/zfs-auto-snapshot sistem saya .

PATH="/usr/bin:/bin:/usr/sbin:/sbin"

*/5 * * * * root /sbin/zfs-auto-snapshot -q -g --label=frequent --keep=24 //
00 * * * * root /sbin/zfs-auto-snapshot -q -g --label=hourly --keep=24 //
59 23 * * * root /sbin/zfs-auto-snapshot -q -g --label=daily --keep=14 //
59 23 * * 0 root /sbin/zfs-auto-snapshot -q -g --label=weekly --keep=4 //
00 00 1 * * root /sbin/zfs-auto-snapshot -q -g --label=monthly --keep=18 //

Linux
  1. Bagaimana Menjalankan Perintah Sebagai Administrator Sistem (root)?

  2. Bagaimana Cara Meningkatkan Jumlah Inode Dalam Sistem File Ext4?

  3. Bagaimana Internal Sudo Bekerja?

  1. Cara mengatur Bit Jahat pada lalu lintas keluar

  2. Cara mengubah kata sandi root mysql

  3. Cara mengatur gateway Default

  1. Bagaimana cara mengatur nama utas di Linux pthreads?

  2. Bagaimana cara mengatur direktori kerja dari proses induk?

  3. Bagaimana cara menemukan nomor baris di Bash ketika terjadi kesalahan?