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
after zrepping some local zfs fs, i found that zrep Remote/Destination fs has still snapshots which are already removed on the source fs (using zfs-auto-snapshot, which purged the 3 oldest ones), although i set savecount to "1".
I would like that zrep makes identical copy of zfs fs including all snapshots.
Any clue where to look or why this is happening ?
[root@backupvm1 ~]# zfs list -r -H -t snapshot -o name -s name zfspool/backup/adminstation.local|grep -v zrep|wc -l
45
[root@backupvm1 ~]# zfs list -r -H -t snapshot -o name -s name zfsiscsipool/backup-repl/adminstation.local|grep -v zrep|wc -l
48
The text was updated successfully, but these errors were encountered:
This fixes compiler warnings for implicit-ints:
warning: return type defaults to 'int' [-Wimplicit-int]
1854: sh_tcgetattr(int fd, struct termios *tty)
1863: sh_tcsetattr(int fd, int cmd, struct termios *tty)
cmd/ksh93/edit/edit.c:
- Set the return type explicitly to int and align with the prototype
declared in include/terminal.h.
after zrepping some local zfs fs, i found that zrep Remote/Destination fs has still snapshots which are already removed on the source fs (using zfs-auto-snapshot, which purged the 3 oldest ones), although i set savecount to "1".
I would like that zrep makes identical copy of zfs fs including all snapshots.
Any clue where to look or why this is happening ?
[root@backupvm1 ~]# zfs list -r -H -t snapshot -o name -s name zfspool/backup/adminstation.local|grep -v zrep|wc -l
45
[root@backupvm1 ~]# zfs list -r -H -t snapshot -o name -s name zfsiscsipool/backup-repl/adminstation.local|grep -v zrep|wc -l
48
The text was updated successfully, but these errors were encountered: