similar to: rsync+zfs rotate script

Displaying 10 results from an estimated 10 matches similar to: "rsync+zfs rotate script"

2012 Jun 03
0
Non-root can create, but not delete, btrfs snapshots?
Hi! I noticed that a non-root user is able to create (but not delete) snapshots of a root btrfs filesystem on kernel 3.4.0. I''m not sure I understand the security model correctly, but letting unprivileged users create snapshots of the entire filesystem seems... wrong. Is this intentional? ------------------------------------------------------------ ~/test$ ls -la total 0 drwxr-xr-x 1
2011 Oct 14
2
snapshot issues
Good afternoon btrfs, I have been having issues with snapshots not reading the whole file tree below them. I have installed new btrfs-progs from git://git.darksatanic.net/repo/btrfs-progs-unstable.git made and installed them. My tree is: /Btrfs | |__ nfs1 | |__ data |
2002 Aug 25
2
Rterm BATCH versus Splus BATCH
I have written a batch file I thought would run in R (for Windows, 1.5.1), but as the documentation suggests, R is different in how it handles BATCH from S-Plus (i.e. not directly equivalent to "Splus BATCH infile outfile errfile"). If the file consists of a list of valid R commands, what's the best way of automating it? Many thanks. STS
2009 Mar 18
0
glusterfs bdb backend problem
I cannot touch or cp files to glusterfs filesystem with bdb backend. orion31 is glusterfs server, orion28 is glusterfs client. ------------------------------------------------------------------------------------------- [root at orion28 ~]# mount -t glusterfs /etc/glusterfs/glusterfs-bdb.vol /mnt [root at orion28 ~]# touch /mnt/a touch: cannot touch `/mnt/a': No such file or directory [root
2007 Oct 27
1
typo in /etc/X11/xinit/Xsession
line 15: if ( unask 077 && cp /dev/null "$errfile" 2> /dev/null ); then Should be umask. -- lfr 0/0 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20071027/b5be5773/attachment-0004.sig>
2013 Jan 07
0
aspell(..., dictionaries) incorrectly passes double-quoted arguments via shell() [and a patch]
Hi, I think I found a bug in aspell() on Windows. Specifying argument 'dictionaries' for aspell() does not work on Windows, which I believe is because it tries to pass a quoted command line option via shell(). THIS WORKS: # Create a text file to be spell checked > writeLines(c("Hello", "world", "ANOVA"), con="text.txt") # Check it (word
2001 Oct 07
1
FYI : FiSh connection over SSH fails : midnight commander freezing
Hello List-Members, the forwarded message below is an excerpt from an actual discussion from the Midnigt Commander mailing list (mc at gnome.org, see www.gnome.org/mc/ for details). It`s about a bug and a yet half-implemented feature in the mc fish (File transfer over shell) virtual file system support. The FiSh filesystem allows the user to treat files on a remote server over a shell
2013 Jul 12
14
[LLVMdev] [Proposal] Parallelize post-IPO stage.
Hi, There: This is the proposal for parallelizing post-ipo stage. See the following for details. I also attach a toy-grade rudimentary implementation. This implementation can be used to illustrate some concepts here. This patch is not going to be committed. Unfortunately, this weekend I will be too busy to read emails. Please do not construe delayed response as being rude :-).
2014 Jan 12
14
[Bug 10372] New: rsync 3.10 error in protocol data stream while rsync 3.0.9 runs through
https://bugzilla.samba.org/show_bug.cgi?id=10372 Summary: rsync 3.10 error in protocol data stream while rsync 3.0.9 runs through Product: rsync Version: 3.1.0 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib