Guest User

Untitled

a guest
Aug 13th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # zfs snapshot tank/gentoo/var/tmp-portage@amanda2
  2. # zfs snapshot tank/gentoo/var/tmp-portage@amanda3
  3. # cd /var/tmp/portage/.zfs/snapshot/amanda2
  4. # tar -cvf /dev/null --no-check-device --no-acls --no-xattrs --listed-incremental /tmp/inc-amanda --ignore-failed-read --totals .
  5. tar: .: Directory is new
  6. tar: ./._unmerge_: Directory is new
  7. tar: ./dir1: Directory is new
  8. ./
  9. ./._unmerge_/
  10. ./dir1/
  11. ./dir1/test1
  12. ./dir1/test2
  13. Total bytes written: 104867840 (101MiB, 89GiB/s)
  14. # cd ../amanda3/
  15. # tar -cvf /dev/null --no-check-device --no-acls --no-xattrs --listed-incremental /tmp/inc-amanda --ignore-failed-read --totals .
  16. tar: .: Directory has been renamed
  17. ./
  18. ./._unmerge_/
  19. ./dir1/
  20. ./dir1/test1
  21. ./dir1/test2
  22. Total bytes written: 104867840 (101MiB, 88GiB/s)
Advertisement
Add Comment
Please, Sign In to add comment